Searched refs:getAllPackageSpecificNoGiftPaths (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/ |
D | ReadGiftTest.java | 23 …atic com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificNoGiftPaths; 34 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testStageNonGifts() 46 final List<File> noneList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_NONE); in testNoGifts() 51 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testNoGifts()
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | GiftTest.java | 24 …atic com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificNoGiftPaths; 36 final List<File> noneList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_NONE); in testStageNonGifts() 48 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testNoGifts() 53 final List<File> noneList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_NONE); in testNoGifts()
|
D | CommonExternalStorageTest.java | 185 public static List<File> getAllPackageSpecificNoGiftPaths(Context context, in getAllPackageSpecificNoGiftPaths() method in CommonExternalStorageTest
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteGiftTest.java | 24 …atic com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificNoGiftPaths; 38 final List<File> writeList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_WRITE); in testStageNonGifts() 50 final List<File> noneList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_NONE); in testNoGifts() 55 final List<File> writeList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_WRITE); in testNoGifts()
|