Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppB/src/com/android/cts/appdataisolation/appb/
DAppBTests.java75 String appAObbDir = replacePackageBWithPackageA(mContext.getObbDir().getAbsolutePath()); in testCanNotAccessAppAExternalDirs() local
77 assertDirDoesNotExist(appAObbDir); in testCanNotAccessAppAExternalDirs()
84 String appAObbDir = replacePackageBWithPackageA(mContext.getObbDir().getAbsolutePath()); in testCanAccessAppAExternalDirs() local
86 assertDirIsAccessible(appAObbDir); in testCanAccessAppAExternalDirs()