Searched refs:uninstallAppNoThrow (Results 1 – 4 of 4) sorted by relevance
31 import static android.scopedstorage.cts.lib.TestUtils.uninstallAppNoThrow;165 uninstallAppNoThrow(APP_FM_BYPASS_DATABASE_OPS); in testManageExternalStorage_WithBypassFlag_BypassesDatabase()183 uninstallAppNoThrow(APP_FM_TARGETS_30); in testManageExternalStorage_targets30_BypassesDatabase()221 uninstallAppNoThrow(APP_SYSTEM_GALLERY_BYPASS_DB); in testSystemGallery_WithBypassFlag_BypassesDatabase()239 uninstallAppNoThrow(APP_SYSTEM_GALLERY_30); in testSystemGallery_targets30_DoesntBypassDatabase()259 uninstallAppNoThrow(APP_SYSTEM_GALLERY_30_BYPASS_DB); in testSystemGallery_targets30_WithBypassFlag_BypassesDatabase()
33 import static android.scopedstorage.cts.lib.TestUtils.uninstallAppNoThrow;317 uninstallAppNoThrow(APP_C); in testSharedRedactedUri_openFileForRead_withLocationPerm()336 uninstallAppNoThrow(APP_C); in testSharedRedactedUri_openFdForRead_withLocationPerm()358 uninstallAppNoThrow(APP_C); in testUnsharedRedactedUri_openFdForRead()379 uninstallAppNoThrow(APP_C); in testUnsharedRedactedUri_openFileForRead()
89 import static android.scopedstorage.cts.lib.TestUtils.uninstallAppNoThrow;1278 uninstallAppNoThrow(APP_C); in testAccessMediaLocationInvalidation()1308 uninstallAppNoThrow(APP_C); in testAppUpdateInvalidation()1324 uninstallAppNoThrow(APP_C); in testAppReinstallInvalidation()1329 uninstallAppNoThrow(APP_C); in testAppReinstallInvalidation()
616 public static void uninstallAppNoThrow(TestApp testApp) { in uninstallAppNoThrow() method in TestUtils