Searched refs:getCacheQuotaBytes (Results 1 – 6 of 6) sorted by relevance
36 public long getCacheQuotaBytes(String volumeUuid, int uid) { in getCacheQuotaBytes() method in StorageStatsManagerCompat37 return this.mManager.getCacheQuotaBytes(volumeUuid, uid); in getCacheQuotaBytes()
106 long cacheQuota = mStatsManager.getCacheQuotaBytes(/* volumeUuid= */ null, app.uid); in getStorageResultForUser()
184 final long cacheQuota = mStatsManager.getCacheQuotaBytes(mUuid, app.uid); in getAppsAndGamesSize()
93 when(mSource.getCacheQuotaBytes(anyString(), anyInt())).thenReturn(DEFAULT_QUOTA); in setUp()
86 when(mMockSource.getCacheQuotaBytes(any(), anyInt())).thenReturn(DEFAULT_QUOTA); in setUp()
540 mStats.getCacheQuotaBytes( in requestSize()