Searched refs:NetworkStatsService (Results 1 – 7 of 7) sorted by relevance
26 import com.android.server.net.NetworkStatsService;36 private final NetworkStatsService mStatsService;61 NetworkStatsService.nativeInitNetworkTracing(); in onStart()77 private NetworkStatsService maybeCreateNetworkStatsService(final Context context) { in maybeCreateNetworkStatsService()80 return NetworkStatsService.create(context); in maybeCreateNetworkStatsService()
127 Log.d(NetworkStatsService.TAG, "RAT type listener registered for sub " + sub.first); in onSubscriptionsChanged()181 Log.d(NetworkStatsService.TAG, "RAT type listener unregistered for sub " + listener.mSubId); in handleRemoveRatTypeListener()229 if (NetworkStatsService.LOGD) { in onDisplayInfoChanged()230 Log.d(NetworkStatsService.TAG, "subtype changed for sub(" + mSubId + "): " in onDisplayInfoChanged()
228 public class NetworkStatsService extends INetworkStatsService.Stub { class609 public static NetworkStatsService create(Context context) { in create()616 final NetworkStatsService service = new NetworkStatsService(context, in create()628 NetworkStatsService(Context context, INetd netd, AlarmManager alarmManager, in NetworkStatsService() method in NetworkStatsService804 @NonNull Executor executor, @NonNull NetworkStatsService service) { in makeSubscriptionsMonitor()979 return NetworkStatsService.nativeGetTotalStat();991 return NetworkStatsService.nativeGetIfaceStat(iface);1003 return NetworkStatsService.nativeGetUidStat(uid);
23 // Represents dumpsys from NetworkStatsService (netstats).42 // Corresponds to NetworkStatsService.mActiveIfaces/mActiveUidIfaces.
71 import static com.android.server.net.NetworkStatsService.ACTION_NETWORK_STATS_POLL;72 import static com.android.server.net.NetworkStatsService.DEFAULT_TRAFFIC_STATS_CACHE_EXPIRY_DURATIO…73 import static com.android.server.net.NetworkStatsService.DEFAULT_TRAFFIC_STATS_CACHE_MAX_ENTRIES;74 import static com.android.server.net.NetworkStatsService.NETSTATS_FASTDATAINPUT_FALLBACKS_COUNTER_N…75 import static com.android.server.net.NetworkStatsService.NETSTATS_FASTDATAINPUT_SUCCESSES_COUNTER_N…76 import static com.android.server.net.NetworkStatsService.NETSTATS_IMPORT_ATTEMPTS_COUNTER_NAME;77 import static com.android.server.net.NetworkStatsService.NETSTATS_IMPORT_FALLBACKS_COUNTER_NAME;78 import static com.android.server.net.NetworkStatsService.NETSTATS_IMPORT_SUCCESSES_COUNTER_NAME;79 import static com.android.server.net.NetworkStatsService.TRAFFICSTATS_RATE_LIMIT_CACHE_ENABLED_FLAG;163 import com.android.server.net.NetworkStatsService.AlertObserver;[all …]
50 // TODO: remove after NetworkStatsService moves to the module.
361 // TODO: remove after NetworkStatsService moves to the module.