Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java384 private String currentUpstreamInterface() { in currentUpstreamInterface() method in OffloadController
460 && !TextUtils.isEmpty(currentUpstreamInterface()) in isPollingStatsNeeded()
468 if (!started() || !TextUtils.equals(iface, currentUpstreamInterface())) { in maybeUpdateDataLimit()
481 maybeUpdateStats(currentUpstreamInterface()); in updateStatsForCurrentUpstream()
498 final String prevUpstream = currentUpstreamInterface(); in setUpstreamLinkProperties()
502 final String iface = currentUpstreamInterface(); in setUpstreamLinkProperties()
582 final String iface = currentUpstreamInterface(); in pushUpstreamParameters()