Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java79 private static final String WRITE_PKG = "com.android.cts.writeexternalstorageapp"; field in ExternalStorageHostTest
80 private static final String WRITE_CLASS = WRITE_PKG + ".WriteExternalStorageTest";
131 getDevice().uninstallPackage(WRITE_PKG); in cleanUp()
142 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageRename()
149 runDeviceTests(WRITE_PKG, WRITE_CLASS, "testExternalStorageRename", user); in testExternalStorageRename()
152 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageRename()
210 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageWrite()
215 runDeviceTests(WRITE_PKG, COMMON_CLASS, user); in testExternalStorageWrite()
216 runDeviceTests(WRITE_PKG, WRITE_CLASS, user); in testExternalStorageWrite()
219 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageWrite()
[all …]