Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DGiftTest.java21 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_WRITE;
48 final List<File> writeList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_WRITE); in testGifts()
DCommonExternalStorageTest.java54 public static final String PACKAGE_WRITE = "com.android.cts.writeexternalstorageapp"; field in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadGiftTest.java21 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_WRITE;
49 final List<File> writeList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_WRITE); in testGifts()
DReadMultiViewTest.java21 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_WRITE;
65 .replace(getContext().getPackageName(), PACKAGE_WRITE)); in testROAccess()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteGiftTest.java21 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_WRITE;
57 final List<File> writeList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_WRITE); in testGifts()