Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java81 import static android.scopedstorage.cts.lib.TestUtils.installAppWithStoragePermissions;
1341 installAppWithStoragePermissions(APP_GENERAL_ONLY); in testAccessMediaLocationInvalidation()
1416 installAppWithStoragePermissions(APP_GENERAL_ONLY); in testAppReinstallInvalidation()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java702 public static void installAppWithStoragePermissions(TestApp testApp) throws Exception { in installAppWithStoragePermissions() method in TestUtils