Home
last modified time | relevance | path

Searched defs:PKG_A (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java43 private static final String PKG_A = "com.android.cts.storageapp_a"; field in StorageHostTest
209 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG_A, CLASS, "testTweakComponent"); in testFullDisk() local
216 Utils.runDeviceTestsAsCurrentUser(getDevice(), PKG_A, CLASS, "testClearSpace"); in testFullDisk() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java43 public static final String PKG_A = "com.android.cts.storageapp_a"; field in Utils