Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchSessionPlatformCtsTest.java81 StorageStats beforeStatsForUid = storageStatsManager.queryStatsForUid(UUID_DEFAULT, uid); in testStorageAttributedToSelf_withDocument()
102 StorageStats afterStatsForUid = storageStatsManager.queryStatsForUid(UUID_DEFAULT, uid); in testStorageAttributedToSelf_withDocument()
119 StorageStats beforeStatsForUid = storageStatsManager.queryStatsForUid(UUID_DEFAULT, uid); in testStorageAttributedToSelf_withoutDocument()
127 StorageStats afterStatsForUid = storageStatsManager.queryStatsForUid(UUID_DEFAULT, uid); in testStorageAttributedToSelf_withoutDocument()
/cts/tests/BlobStore/aidl/com/android/cts/blob/
DICommandReceiver.aidl32 StorageStats queryStatsForUid(); in queryStatsForUid() method
/cts/tests/BlobStore/helper-app/src/com/android/cts/blob/helper/
DBlobStoreTestService.java140 public StorageStats queryStatsForUid() { in queryStatsForUid() method in BlobStoreTestService.CommandReceiver
145 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in queryStatsForUid()
/cts/hostsidetests/appsearch/test-apps/AppSearchHostTestHelperA/src/android/appsearch/app/a/
DAppSearchStorageAugmenterDeviceTest.java58 StorageStats statsForUid = storageStatsManager.queryStatsForUid(UUID_DEFAULT, uid); in testReadStorageInfo()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java1049 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttributedToSelf()
1061 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttributedToSelf()
1079 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttributedToSelf()
1100 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttributedToSelf()
1115 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttributedToSelf()
1134 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttribution_acquireLease()
1147 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttribution_acquireLease()
1159 StorageStats beforeStatsForHelperUid = commandReceiver.queryStatsForUid(); in testStorageAttribution_acquireLease()
1164 StorageStats afterStatsForHelperUid = commandReceiver.queryStatsForUid(); in testStorageAttribution_acquireLease()
1175 .queryStatsForUid(UUID_DEFAULT, Process.myUid()); in testStorageAttribution_acquireLease()
[all …]
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java115 final StorageStats beforeApp = stats.queryStatsForUid(UUID_DEFAULT, uid); in testVerifyStats()
120 final StorageStats afterApp = stats.queryStatsForUid(UUID_DEFAULT, uid); in testVerifyStats()
149 final StorageStats as = stats.queryStatsForUid(UUID_DEFAULT, a.uid); in testVerifyStatsMultiple()
150 final StorageStats bs = stats.queryStatsForUid(UUID_DEFAULT, b.uid); in testVerifyStatsMultiple()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java227 final StorageStats ustats = stats.queryStatsForUid(ai.storageUuid, ai.uid); in testVerifySpaceApi()
240 stats.queryStatsForUid(ai.storageUuid, ai.uid); in testVerifySpaceApi()