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.java80 private static final String WRITE_PKG = "com.android.cts.writeexternalstorageapp"; field in ExternalStorageHostTest
81 private static final String WRITE_CLASS = WRITE_PKG + ".WriteExternalStorageTest";
132 getDevice().uninstallPackage(WRITE_PKG); in cleanUp()
143 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageRename()
150 runDeviceTests(WRITE_PKG, WRITE_CLASS, "testExternalStorageRename", user); in testExternalStorageRename()
153 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageRename()
211 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageWrite()
216 runDeviceTests(WRITE_PKG, COMMON_CLASS, user); in testExternalStorageWrite()
217 runDeviceTests(WRITE_PKG, WRITE_CLASS, user); in testExternalStorageWrite()
220 getDevice().uninstallPackage(WRITE_PKG); in testExternalStorageWrite()
[all …]