Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DGiftTest.java24 …static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificGiftPaths;
37 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()
43 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()
48 final List<File> writeList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_WRITE); in testGifts()
DCommonExternalStorageTest.java174 public static List<File> getAllPackageSpecificGiftPaths(Context context, in getAllPackageSpecificGiftPaths() method in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadGiftTest.java24 …static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificGiftPaths;
37 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()
43 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()
49 final List<File> writeList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_WRITE); in testGifts()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteGiftTest.java23 …static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificGiftPaths;
37 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()
47 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()
57 final List<File> writeList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_WRITE); in testGifts()