Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java213 updateStatsForCurrentUpstream(); in start()
243 updateStatsForCurrentUpstream(); in stop()
261 Runnable updateStats = () -> { updateStatsForCurrentUpstream(); }; in getTetherStats()
339 private void updateStatsForCurrentUpstream() { in updateStatsForCurrentUpstream() method in OffloadController