Searched refs:NETWORK_STATS_SERVICE (Results 1 – 21 of 21) sorted by relevance
63 builder.mContext.getSystemService(Context.NETWORK_STATS_SERVICE); in NetworkCycleDataLoader()65 ServiceManager.getService(Context.NETWORK_STATS_SERVICE)); in NetworkCycleDataLoader()
45 builder.mContext.getSystemService(Context.NETWORK_STATS_SERVICE); in NetworkStatsSummaryLoader()
76 ServiceManager.getService(Context.NETWORK_STATS_SERVICE)); in DataUsageController()
54 when(mContext.getSystemService(Context.NETWORK_STATS_SERVICE)) in setUp()
60 when(mContext.getSystemService(Context.NETWORK_STATS_SERVICE)) in setUp()
74 when(mContext.getSystemService(Context.NETWORK_STATS_SERVICE)) in setUp()
48 ServiceManager.getService(Context.NETWORK_STATS_SERVICE)); in setUp()
67 (NetworkStatsManager) getContext().getSystemService(Context.NETWORK_STATS_SERVICE); in getOffloadController()
97 @SystemService(Context.NETWORK_STATS_SERVICE)134 ServiceManager.getServiceOrThrow(Context.NETWORK_STATS_SERVICE))); in NetworkStatsManager()
178 ServiceManager.getService(Context.NETWORK_STATS_SERVICE)); in getStatsService()
145 mockService(Context.NETWORK_STATS_SERVICE, NetworkStatsManager.class, mStatsManager); in setUp()
3304 NETWORK_STATS_SERVICE,3945 public static final String NETWORK_STATS_SERVICE = "netstats"; field in Context
615 doReturn(mStatsManager).when(mContext).getSystemService(eq(Context.NETWORK_STATS_SERVICE)); in setUp()
1359 ServiceManager.addService(Context.NETWORK_STATS_SERVICE, networkStats); in startOtherServices()
1030 registerService(Context.NETWORK_STATS_SERVICE, NetworkStatsManager.class, in registerService() argument
876 Context.NETWORK_STATS_SERVICE); in ImsPhoneCallTracker()1030 Context.NETWORK_STATS_SERVICE); in dispose()
263 if (Context.NETWORK_STATS_SERVICE.equals(name)) return mStatsManager; in getSystemService()
314 ServiceManager.getService(Context.NETWORK_STATS_SERVICE)); in StatsCompanionService()
10697 ServiceManager.getService(Context.NETWORK_STATS_SERVICE)); in readNetworkStatsLocked()
9859 field public static final String NETWORK_STATS_SERVICE = "netstats";