Searched refs:mIface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java60 private static String mIface = ""; field in class:EthernetDataTracker
77 if (mIface.equals(iface) && mLinkUp != up) {
121 if(!mIface.isEmpty())
123 mIface = iface;
140 NetworkUtils.stopDhcp(mIface);
155 service.clearInterfaceAddresses(mIface);
162 if (!iface.equals(mIface))
167 mIface = "";
174 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
179 mLinkProperties.setInterfaceName(mIface);
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java67 private static String mIface; field in class:BluetoothTetheringDataTracker
314 mIface = iface;
321 String DhcpResultName = "dhcp." + mIface + ".result";;
334 if(readLinkProperty(mIface)) {
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java115 private String mIface; field in class:ThrottleService
152 mIface = iface;
169 private String mIface; field in class:ThrottleService.InterfaceObserver
175 mIface = iface;
180 if (TextUtils.equals(iface, mIface)) {
192 if (TextUtils.equals(iface, mIface)) {
348 mInterfaceObserver = new InterfaceObserver(mHandler, EVENT_IFACE_UP, mIface);
468 if (mIface == null) {
517 final int index = stats.findIndex(mIface, NetworkStats.UID_ALL,
526 Slog.w(TAG, "unable to find stats for iface " + mIface);
[all...]

Completed in 63 milliseconds