Searched refs:ssm (Results 1 – 3 of 3) sorted by relevance
167 StorageStatsManager ssm = in getMeasurementResult() local172 ssm.queryExternalStatsForUser( in getMeasurementResult()
2759 SystemServiceManager ssm = LocalServices.getService(SystemServiceManager.class); in dumpImpl() local2760 if (ssm != null) { in dumpImpl()2764 new Date(nowRTC - nowELAPSED + ssm.getRuntimeStartElapsedTime()))); in dumpImpl()2765 if (ssm.isRuntimeRestarted()) { in dumpImpl()2771 TimeUtils.formatDuration(nowELAPSED, ssm.getRuntimeStartElapsedTime(), pw); in dumpImpl()2775 TimeUtils.formatDuration(nowUPTIME, ssm.getRuntimeStartUptime(), pw); in dumpImpl()
1998 SystemServiceManager ssm, ActivityTaskManagerService atm) { in startService() argument2000 return ssm.startService(ActivityManagerService.Lifecycle.class).getService(); in startService()