Home
last modified time | relevance | path

Searched refs:uninstallAppNoThrow (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DBypassDatabaseOperationsTest.java31 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()
DRedactUriDeviceTest.java33 import static android.scopedstorage.cts.lib.TestUtils.uninstallAppNoThrow;
319 uninstallAppNoThrow(APP_C); in testSharedRedactedUri_openFileForRead_withLocationPerm()
338 uninstallAppNoThrow(APP_C); in testSharedRedactedUri_openFdForRead_withLocationPerm()
360 uninstallAppNoThrow(APP_C); in testUnsharedRedactedUri_openFdForRead()
381 uninstallAppNoThrow(APP_C); in testUnsharedRedactedUri_openFileForRead()
DScopedStorageDeviceTest.java89 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()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java616 public static void uninstallAppNoThrow(TestApp testApp) { in uninstallAppNoThrow() method in TestUtils