Searched refs:mCurrentUpstreamIface (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java186 private String mCurrentUpstreamIface; field in class:Tethering
1124 // upstream interface name, |mCurrentUpstreamIface|. This is ripe for
1127 if (ns != null && ns.linkProperties != null && mCurrentUpstreamIface != null) {
1129 if (mCurrentUpstreamIface.equals(ifname)) {
1348 } else if (mCurrentUpstreamIface == null) {
1379 mCurrentUpstreamIface = ifaceName;
1454 if (mCurrentUpstreamIface == null) {
1550 mCurrentUpstreamIface);
1828 pw.println("Current upstream interface: " + mCurrentUpstreamIface);

Completed in 97 milliseconds