Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DGiftTest.java19 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_NONE;
39 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()
60 final List<File> noneList = getAllPackageSpecificObbGiftPaths(getContext(), PACKAGE_NONE); in testObbGifts()
68 final List<File> noneList = getAllPackageSpecificObbGiftPaths(getContext(), PACKAGE_NONE); in testRemoveObbGifts()
78 final List<File> noneList = getAllPackageSpecificObbGiftPaths(getContext(), PACKAGE_NONE); in testNoObbGifts()
DCommonExternalStorageTest.java52 public static final String PACKAGE_NONE = "com.android.cts.externalstorageapp"; field in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteGiftTest.java19 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_NONE;
42 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()
77 final List<File> noneList = getAllPackageSpecificObbGiftPaths(getContext(), PACKAGE_NONE); in testObbGifts()
93 final List<File> noneList = getAllPackageSpecificObbGiftPaths(getContext(), PACKAGE_NONE); in testAccessObbGifts()
104 final List<File> noneList = getAllPackageSpecificObbGiftPaths(getContext(), PACKAGE_NONE); in testCantAccessObbGifts()
DWriteExternalStorageTest.java21 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_NONE;
172 .replace(getContext().getPackageName(), PACKAGE_NONE)); in testPrimaryOtherPackageWriteAccess()
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadGiftTest.java19 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_NONE;
37 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()