Searched defs:notifyStatsUpdated (Results 1 – 4 of 4) sorted by relevance
27 void notifyStatsUpdated(int token, in NetworkStats ifaceStats, in NetworkStats uidStats); in notifyStatsUpdated() method
128 public void notifyStatsUpdated(int token, @NonNull NetworkStats ifaceStats, in notifyStatsUpdated() method in NetworkStatsProvider
29 public void notifyStatsUpdated(int token, NetworkStats ifaceStats, NetworkStats uidStats) in notifyStatsUpdated() method in NetworkStatsProviderCbStubCompat
41 override fun notifyStatsUpdated(token: Int, ifaceStats: NetworkStats, uidStats: NetworkStats) { in notifyStatsUpdated() method in com.android.testutils.TestableNetworkStatsProviderCbBinder