Searched refs:PACKAGE_WRITE (Results 1 – 2 of 2) sorted by relevance
20 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()
54 public static final String PACKAGE_WRITE = "com.android.cts.writeexternalstorageapp"; field in CommonExternalStorageTest