Searched refs:mIface (Results 1 - 4 of 4) 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) {
117 if(!mIface.isEmpty())
119 mIface = iface;
136 NetworkUtils.stopDhcp(mIface);
151 service.clearInterfaceAddresses(mIface);
158 if (!iface.equals(mIface))
163 mIface = "";
170 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
175 mLinkProperties.setInterfaceName(mIface);
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java58 private static String mIface; field in class:BluetoothTetheringDataTracker
264 mIface = iface;
271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
276 mLinkProperties.setInterfaceName(mIface);
/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java173 handlePanDeviceStateChange(device, panDevice.mIface,
178 panDevice.mIface)) {
182 handlePanDeviceStateChange(device, panDevice.mIface, state,
235 handlePanDeviceStateChange(device, panDevice.mIface, BluetoothPan.STATE_DISCONNECTING,
239 panDevice.mIface)) {
241 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole);
247 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole);
285 BluetoothTetheringDataTracker.getInstance().stopReverseTether(panDevice.mIface);
296 panDevice.mIface = iface;
314 private String mIface; field in class:BluetoothPanProfileHandler.BluetoothPanDevice
[all...]
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java114 private String mIface; field in class:ThrottleService
151 mIface = iface;
168 private String mIface; field in class:ThrottleService.InterfaceObserver
174 mIface = iface;
179 if (TextUtils.equals(iface, mIface)) {
191 if (TextUtils.equals(iface, mIface)) {
346 mInterfaceObserver = new InterfaceObserver(mHandler, EVENT_IFACE_UP, mIface);
466 if (mIface == null) {
515 final int index = stats.findIndex(mIface, NetworkStats.UID_ALL,
524 Slog.w(TAG, "unable to find stats for iface " + mIface);
[all...]

Completed in 141 milliseconds