Searched refs:NONE_PKG (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 74 private static final String NONE_PKG = "com.android.cts.externalstorageapp"; field in ExternalStorageHostTest 75 private static final String NONE_CLASS = NONE_PKG + ".ExternalStorageTest"; 130 getDevice().uninstallPackage(NONE_PKG); in cleanUp() 165 getDevice().uninstallPackage(NONE_PKG); in testExternalStorageNone29() 170 runDeviceTests(NONE_PKG, COMMON_CLASS, user); in testExternalStorageNone29() 171 runDeviceTests(NONE_PKG, NONE_CLASS, user); in testExternalStorageNone29() 174 getDevice().uninstallPackage(NONE_PKG); in testExternalStorageNone29() 234 getDevice().uninstallPackage(NONE_PKG); in testExternalStorageNoGifts() 243 runDeviceTests(NONE_PKG, NONE_PKG + ".GiftTest", "testStageNonGifts", user); in testExternalStorageNoGifts() 247 runDeviceTests(NONE_PKG, NONE_PKG + ".GiftTest", "testNoGifts", user); in testExternalStorageNoGifts() [all …]
|