Home
last modified time | relevance | path

Searched refs:otherApp (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1246 boolean throwsExceptionForDataValue, TestApp otherApp, String callingPackageName) in assertCantInsertToOtherPrivateAppDirectories() argument
1250 callingPackageName, otherApp.getPackageName())); in assertCantInsertToOtherPrivateAppDirectories()
1261 assertThat(createFileAs(otherApp, file.getPath())).isTrue(); in assertCantInsertToOtherPrivateAppDirectories()
1276 deleteFileAsNoThrow(otherApp, file.getPath()); in assertCantInsertToOtherPrivateAppDirectories()
1320 boolean throwsExceptionForDataValue, TestApp otherApp, String callingPackageName) in assertCantUpdateToOtherPrivateAppDirectories() argument
1324 callingPackageName, otherApp.getPackageName())); in assertCantUpdateToOtherPrivateAppDirectories()
1327 assertThat(createFileAs(otherApp, file.getPath())).isTrue(); in assertCantUpdateToOtherPrivateAppDirectories()
1357 deleteFileAsNoThrow(otherApp, file.getPath()); in assertCantUpdateToOtherPrivateAppDirectories()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java929 private void assertSharedStorageAccess(File imageDir, File documentDir, TestApp otherApp) in assertSharedStorageAccess() argument
934 assertCreateFilesAs(otherApp, otherAppImage, otherAppBinary); in assertSharedStorageAccess()
946 deleteFileAsNoThrow(otherApp, otherAppImage.getAbsolutePath()); in assertSharedStorageAccess()
947 deleteFileAsNoThrow(otherApp, otherAppBinary.getAbsolutePath()); in assertSharedStorageAccess()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileAppsTest.java808 TestAppInstance otherApp = sCrossProfileTestApp.install(sDeviceState.otherUser())) { in canRequestInteractAcrossProfiles_hasValidTarget_returnsTrue()