Home
last modified time | relevance | path

Searched refs:statsService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java141 INetworkStatsService statsService, Looper looper) { in Tethering() argument
144 mStatsService = statsService; in Tethering()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java590 INetworkStatsService statsService, INetworkPolicyManager policyManager) { in ConnectivityService() argument
634 mStatsService = checkNotNull(statsService, "missing INetworkStatsService"); in ConnectivityService()
715 mTethering = new Tethering(mContext, mNetd, statsService, mHandler.getLooper()); in ConnectivityService()