Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java298 private String currentUpstreamInterface() { in currentUpstreamInterface() method in OffloadController
327 if (!started() || !TextUtils.equals(iface, currentUpstreamInterface())) { in maybeUpdateDataLimit()
340 maybeUpdateStats(currentUpstreamInterface()); in updateStatsForCurrentUpstream()
364 final String prevUpstream = currentUpstreamInterface(); in setUpstreamLinkProperties()
368 final String iface = currentUpstreamInterface(); in setUpstreamLinkProperties()
443 final String iface = currentUpstreamInterface(); in pushUpstreamParameters()