Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
34 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testStageNonGifts()
51 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testNoGifts()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
48 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testNoGifts()
DCommonExternalStorageTest.java53 public static final String PACKAGE_READ = "com.android.cts.readexternalstorageapp"; field in CommonExternalStorageTest