Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteMultiViewTest.java21 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
41 .replace(getContext().getPackageName(), PACKAGE_READ)); in testMoveAway()
60 .replace(getContext().getPackageName(), PACKAGE_READ)); in testMoveBack()
DWriteGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;
47 final List<File> readList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_READ); in testGifts()
/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()