Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java57 private static final String PKG_STATS = "com.android.cts.storagestatsapp"; field in StorageHostTest
90 getDevice().executeShellCommand("appops set --user " + user + " " + PKG_STATS in setUp()
99 getDevice().uninstallPackage(PKG_STATS); in tearDown()
107 Utils.runDeviceTests(getDevice(), PKG_STATS, CLASS_STATS, "testVerify"); in testVerify() local
145 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifySummary", user); in testVerifySummary()
152 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStats", user); in testVerifyStats()
160 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStatsByDataType", user); in testVerifyStatsByDataType()
174 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStatsMultiple", user); in testVerifyStatsMultiple()
181 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStatsExternal", user, true); in testVerifyStatsExternal()
189 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStatsExternal", mCloneUserIdInt, true); in testVerifyStatsExternalForClonedUser()
[all …]
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/storage/
DAppCloningStorageHostTest.java40 private static final String PKG_STATS = "com.android.cts.storagestatsapp"; field in AppCloningStorageHostTest
71 runDeviceTestAsUser(PKG_STATS, CLASS_STATS, "testVerifyStatsExternal", in testVerifyStatsExternalForClonedUser()