Searched refs:USAGE_STATS_SERVICE (Results 1 – 15 of 15) sorted by relevance
43 mUsageStatsManager = (UsageStatsManager) getSystemService(Context.USAGE_STATS_SERVICE); in onCreate()
68 mUsageStatsManager = (UsageStatsManager) getSystemService(Context.USAGE_STATS_SERVICE); in onCreate()
125 (UsageStatsManager) userContext.getSystemService(Context.USAGE_STATS_SERVICE)); in AbstractResolverComparator()
117 mUsm = (UsageStatsManager) getSystemService(Context.USAGE_STATS_SERVICE); in getUsageStatsManager()
90 when(mMockContext.getSystemService(Context.USAGE_STATS_SERVICE)).thenReturn(mUsm); in setUp()
61 mUsageStatsManager = (UsageStatsManager) getSystemService(Context.USAGE_STATS_SERVICE); in onCreate()
79 @SystemService(Context.USAGE_STATS_SERVICE)
2601 Context.USAGE_STATS_SERVICE));2982 Context.USAGE_STATS_SERVICE));3032 Context.USAGE_STATS_SERVICE));3065 Context.USAGE_STATS_SERVICE));3095 Context.USAGE_STATS_SERVICE));
4157 USAGE_STATS_SERVICE,5815 public static final String USAGE_STATS_SERVICE = "usagestats"; field in Context
280 case Context.USAGE_STATS_SERVICE: in getSystemService()
987 registerService(Context.USAGE_STATS_SERVICE, UsageStatsManager.class, in registerService() argument991 IBinder iBinder = ServiceManager.getServiceOrThrow(Context.USAGE_STATS_SERVICE); in registerService()
1354 Context.USAGE_STATS_SERVICE); in onCarrierPrivilegesLoadedMessage()
363 publishBinderService(Context.USAGE_STATS_SERVICE, new BinderService()); in publishBinderServices()
7280 field public static final java.lang.String USAGE_STATS_SERVICE = "usagestats";
10448 field public static final String USAGE_STATS_SERVICE = "usagestats";