Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java60 private static final String PKG_C = "com.android.cts.storageapp_c"; field in StorageHostTest
102 getDevice().uninstallPackage(PKG_C); in tearDown()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java28 import static com.android.cts.storageapp.Utils.PKG_C;
176 final ApplicationInfo appInfo = pm.getApplicationInfo(PKG_C, 0); in testVerifyStatsByDataType()
186 final StorageStats as = stats.queryStatsForPackage(UUID_DEFAULT, PKG_C, user); in testVerifyStatsByDataType()
200 File curProfile = new File(new File(CUR_PROFILES_BASE_DIR + appInfo.uid + "/", PKG_C), in testVerifyStatsByDataType()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java45 public static final String PKG_C = "com.android.cts.storageapp_c"; field in Utils