コード例 #1
0
 @Override
 protected void tearDown() throws Exception {
   for (Uri uri : mDeleteUris) {
     deleteUri(uri);
   }
   super.tearDown();
 }