Searched refs:StorageStatsService (Results 1 – 3 of 3) sorted by relevance
44 assertThat(StorageStatsService.isCacheQuotaCalculationsEnabled(mContentResolver)).isFalse(); in testDontRunWhenDisabledFromSettingsGlobal()53 assertThat(StorageStatsService.isCacheQuotaCalculationsEnabled(mContentResolver)).isTrue(); in testCalculationTaskIsEnabledByDefault()
69 public class StorageStatsService extends IStorageStatsManager.Stub { class79 private StorageStatsService mService;87 mService = new StorageStatsService(getContext()); in onStart()102 public StorageStatsService(Context context) { in StorageStatsService() method in StorageStatsService
5405 Lcom/android/server/usage/StorageStatsService;5406 Lcom/android/server/usage/StorageStatsService$1;5407 Lcom/android/server/usage/StorageStatsService$Lifecycle;