Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DOffloadController.java447 private String currentUpstreamInterface() { in currentUpstreamInterface() method in OffloadController
524 && !TextUtils.isEmpty(currentUpstreamInterface()) in isPollingStatsNeeded()
537 if (!started() || !TextUtils.equals(iface, currentUpstreamInterface())) { in maybeUpdateDataWarningAndLimit()
552 maybeUpdateStats(currentUpstreamInterface()); in updateStatsForCurrentUpstream()
569 final String prevUpstream = currentUpstreamInterface(); in setUpstreamLinkProperties()
573 final String iface = currentUpstreamInterface(); in setUpstreamLinkProperties()
653 final String iface = currentUpstreamInterface(); in pushUpstreamParameters()