Searched refs:STORAGE_STATS_SERVICE (Results 1 – 11 of 11) sorted by relevance
68 (StorageStatsManager) context.getSystemService(Context.STORAGE_STATS_SERVICE)); in AppCollector()
168 (StorageStatsManager) context.getSystemService(Context.STORAGE_STATS_SERVICE); in getMeasurementResult()
74 when(mContext.getSystemService(Context.STORAGE_STATS_SERVICE)).thenReturn(mSsm); in setUp()
186 doReturn(mSsm).when(service).getSystemService(Context.STORAGE_STATS_SERVICE); in testDontCrashOnRun()
54 @SystemService(Context.STORAGE_STATS_SERVICE)
3292 STORAGE_STATS_SERVICE,3807 public static final String STORAGE_STATS_SERVICE = "storagestats"; field in Context
90 publishBinderService(Context.STORAGE_STATS_SERVICE, mService); in onStart()
191 shadowContext.setSystemService(Context.STORAGE_STATS_SERVICE, mStorageStatsManager); in setUp()
621 registerService(Context.STORAGE_STATS_SERVICE, StorageStatsManager.class, in registerService() argument626 ServiceManager.getServiceOrThrow(Context.STORAGE_STATS_SERVICE)); in registerService()
9872 field public static final String STORAGE_STATS_SERVICE = "storagestats";