Searched refs:mIface (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | EthernetDataTracker.java | 59 private static String mIface = ""; field in EthernetDataTracker 74 if (mIface.equals(iface) && mLinkUp != up) { in interfaceLinkStateChanged() 82 NetworkUtils.stopDhcp(mIface); in interfaceLinkStateChanged() 119 synchronized(mIface) { in interfaceAdded() 120 if(!mIface.isEmpty()) in interfaceAdded() 122 mIface = iface; in interfaceAdded() 133 if (!iface.equals(mIface)) in interfaceRemoved() 138 NetworkUtils.stopDhcp(mIface); in interfaceRemoved() 150 mIface = ""; in interfaceRemoved() 157 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) { in runDhcp() [all …]
|
/frameworks/base/core/java/android/server/ |
D | BluetoothPanProfileHandler.java | 173 handlePanDeviceStateChange(device, panDevice.mIface, in disconnectPanServerDevices() 178 panDevice.mIface)) { in disconnectPanServerDevices() 182 handlePanDeviceStateChange(device, panDevice.mIface, state, in disconnectPanServerDevices() 235 handlePanDeviceStateChange(device, panDevice.mIface, BluetoothPan.STATE_DISCONNECTING, in disconnectPanDevice() 239 panDevice.mIface)) { in disconnectPanDevice() 241 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole); in disconnectPanDevice() 247 handlePanDeviceStateChange(device, panDevice.mIface, state, panDevice.mLocalRole); in disconnectPanDevice() 285 BluetoothTetheringDataTracker.getInstance().stopReverseTether(panDevice.mIface); in handlePanDeviceStateChange() 296 panDevice.mIface = iface; in handlePanDeviceStateChange() 314 private String mIface; field in BluetoothPanProfileHandler.BluetoothPanDevice [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothTetheringDataTracker.java | 58 private static String mIface; field in BluetoothTetheringDataTracker 264 mIface = iface; in startReverseTether() 271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) { in startReverseTether() 276 mLinkProperties.setInterfaceName(mIface); in startReverseTether()
|
/frameworks/base/services/java/com/android/server/ |
D | ThrottleService.java | 114 private String mIface; field in ThrottleService 151 mIface = iface; in ThrottleService() 168 private String mIface; field in ThrottleService.InterfaceObserver 174 mIface = iface; in InterfaceObserver() 179 if (TextUtils.equals(iface, mIface)) { in interfaceStatusChanged() 191 if (TextUtils.equals(iface, mIface)) { in interfaceAdded() 346 mInterfaceObserver = new InterfaceObserver(mHandler, EVENT_IFACE_UP, mIface); in systemReady() 466 if (mIface == null) { in onPolicyChanged() 515 final int index = stats.findIndex(mIface, NetworkStats.UID_ALL, in onPollAlarm() 524 Slog.w(TAG, "unable to find stats for iface " + mIface); in onPollAlarm() [all …]
|