Searched refs:ssm (Results 1 – 3 of 3) sorted by relevance
167 StorageStatsManager ssm = in getMeasurementResult() local172 ssm.queryExternalStatsForUser( in getMeasurementResult()
2239 SystemServiceManager ssm = LocalServices.getService(SystemServiceManager.class); in dumpImpl() local2240 if (ssm != null) { in dumpImpl()2244 new Date(nowRTC - nowELAPSED + ssm.getRuntimeStartElapsedTime()))); in dumpImpl()2245 if (ssm.isRuntimeRestarted()) { in dumpImpl()2250 TimeUtils.formatDuration(nowELAPSED, ssm.getRuntimeStartElapsedTime(), pw); in dumpImpl()2253 TimeUtils.formatDuration(nowUPTIME, ssm.getRuntimeStartUptime(), pw); in dumpImpl()
2230 SystemServiceManager ssm, ActivityTaskManagerService atm) { in startService() argument2232 return ssm.startService(ActivityManagerService.Lifecycle.class).getService(); in startService()