Searched refs:PACKAGE_NONE (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | GiftTest.java | 19 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()
|
D | CommonExternalStorageTest.java | 52 public static final String PACKAGE_NONE = "com.android.cts.externalstorageapp"; field in CommonExternalStorageTest
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteGiftTest.java | 19 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()
|
D | WriteExternalStorageTest.java | 21 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/ |
D | ReadGiftTest.java | 19 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.PACKAGE_NONE; 37 final List<File> noneList = getAllPackageSpecificGiftPaths(getContext(), PACKAGE_NONE); in testGifts()
|