Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteGiftTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_WRITE;
38 final List<File> writeList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_WRITE); in testStageNonGifts()
55 final List<File> writeList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_WRITE); in testNoGifts()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java54 public static final String PACKAGE_WRITE = "com.android.cts.writeexternalstorageapp"; field in CommonExternalStorageTest