Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java27 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
50 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess()
DCommonExternalStorageTest.java87 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable()
116 public static List<File> getAllPackageSpecificPaths(Context context) { in getAllPackageSpecificPaths() method in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java27 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
51 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java30 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
236 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testVerifyNoMediaCreated()