Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java73 private static final String NONE_PKG = "com.android.cts.externalstorageapp"; field in ExternalStorageHostTest
74 private static final String NONE_CLASS = NONE_PKG + ".ExternalStorageTest";
129 getDevice().uninstallPackage(NONE_PKG); in cleanUp()
164 getDevice().uninstallPackage(NONE_PKG); in testExternalStorageNone29()
169 runDeviceTests(NONE_PKG, COMMON_CLASS, user); in testExternalStorageNone29()
170 runDeviceTests(NONE_PKG, NONE_CLASS, user); in testExternalStorageNone29()
173 getDevice().uninstallPackage(NONE_PKG); in testExternalStorageNone29()
233 getDevice().uninstallPackage(NONE_PKG); in testExternalStorageNoGifts()
242 runDeviceTests(NONE_PKG, NONE_PKG + ".GiftTest", "testStageNonGifts", user); in testExternalStorageNoGifts()
246 runDeviceTests(NONE_PKG, NONE_PKG + ".GiftTest", "testNoGifts", user); in testExternalStorageNoGifts()
[all …]