Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
43 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()
DCommonExternalStorageTest.java53 public static final String PACKAGE_READ = "com.android.cts.readexternalstorageapp"; field in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
43 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
47 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()