Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java436 private String currentUpstreamInterface() { in currentUpstreamInterface() method in OffloadController
513 && !TextUtils.isEmpty(currentUpstreamInterface()) in isPollingStatsNeeded()
526 if (!started() || !TextUtils.equals(iface, currentUpstreamInterface())) { in maybeUpdateDataWarningAndLimit()
541 maybeUpdateStats(currentUpstreamInterface()); in updateStatsForCurrentUpstream()
558 final String prevUpstream = currentUpstreamInterface(); in setUpstreamLinkProperties()
562 final String iface = currentUpstreamInterface(); in setUpstreamLinkProperties()
642 final String iface = currentUpstreamInterface(); in pushUpstreamParameters()