Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java95 import static android.scopedstorage.cts.lib.TestUtils.uninstallAppNoThrow;
1373 uninstallAppNoThrow(APP_GENERAL_ONLY); in testAccessMediaLocationInvalidation()
1420 uninstallAppNoThrow(APP_GENERAL_ONLY); in testAppReinstallInvalidation()
1425 uninstallAppNoThrow(APP_GENERAL_ONLY); in testAppReinstallInvalidation()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java781 public static void uninstallAppNoThrow(TestApp testApp) { in uninstallAppNoThrow() method in TestUtils