Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchSessionPlatformCtsTest.java80 storageStatsManager.queryStatsForPackage(UUID_DEFAULT, packageName, user); in testStorageAttributedToSelf_withDocument()
101 storageStatsManager.queryStatsForPackage(UUID_DEFAULT, packageName, user); in testStorageAttributedToSelf_withDocument()
118 storageStatsManager.queryStatsForPackage(UUID_DEFAULT, packageName, user); in testStorageAttributedToSelf_withoutDocument()
126 storageStatsManager.queryStatsForPackage(UUID_DEFAULT, packageName, user); in testStorageAttributedToSelf_withoutDocument()
/cts/tests/BlobStore/aidl/com/android/cts/blob/
DICommandReceiver.aidl31 StorageStats queryStatsForPackage(); in queryStatsForPackage() method
/cts/tests/BlobStore/helper-app/src/com/android/cts/blob/helper/
DBlobStoreTestService.java128 public StorageStats queryStatsForPackage() { in queryStatsForPackage() method in BlobStoreTestService.CommandReceiver
133 .queryStatsForPackage(UUID_DEFAULT, getPackageName(), getUser()); in queryStatsForPackage()
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/a/
DAppSearchStorageAugmenterDeviceTest.java57 storageStatsManager.queryStatsForPackage(UUID_DEFAULT, packageName, user); in testReadStorageInfo()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java1047 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttributedToSelf()
1059 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttributedToSelf()
1077 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttributedToSelf()
1098 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttributedToSelf()
1113 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttributedToSelf()
1132 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttribution_acquireLease()
1145 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), mContext.getUser()); in testStorageAttribution_acquireLease()
1158 StorageStats beforeStatsForHelperPkg = commandReceiver.queryStatsForPackage(); in testStorageAttribution_acquireLease()
1163 StorageStats afterStatsForHelperPkg = commandReceiver.queryStatsForPackage(); in testStorageAttribution_acquireLease()
1172 .queryStatsForPackage(UUID_DEFAULT, mContext.getPackageName(), in testStorageAttribution_acquireLease()
[all …]
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java225 final StorageStats pstats = stats.queryStatsForPackage(ai.storageUuid, ai.packageName, in testVerifySpaceApi()
234 stats.queryStatsForPackage(ai.storageUuid, ai.packageName, in testVerifySpaceApi()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java421 .queryStatsForPackage(UUID_DEFAULT, pkg, user).getCacheBytes(); in getCacheBytes()