Searched refs:PACKAGE_READ (Results 1 – 3 of 3) sorted by relevance
20 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()
20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_READ;48 final List<File> readList = getAllPackageSpecificNoGiftPaths(getContext(), PACKAGE_READ); in testNoGifts()
53 public static final String PACKAGE_READ = "com.android.cts.readexternalstorageapp"; field in CommonExternalStorageTest