Searched defs:iface (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java167 public void startReverseTether(final String iface) { argument
168 if (iface == null || TextUtils.isEmpty(iface)) {
177 mInterfaceName = iface;
H A DPanService.java199 // TBD get iface from the msg
203 handlePanDeviceStateChange(device, mPanIfName /* iface */,
447 String iface, int state, int local_role, int remote_role) {
449 Log.d(TAG, "handlePanDeviceStateChange: device: " + device + ", iface: " + iface +
459 panDevice = new BluetoothPanDevice(state, iface, local_role);
465 panDevice.mIface = iface;
492 mNapIfaceAddr = startTethering(iface);
505 stopTethering(iface);
514 mNetworkFactory.startReverseTether(iface);
446 handlePanDeviceStateChange(BluetoothDevice device, String iface, int state, int local_role, int remote_role) argument
536 startTethering(String iface) argument
540 stopTethering(String iface) argument
544 configureBtIface(boolean enable, String iface) argument
650 BluetoothPanDevice(int state, String iface, int localRole) argument
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java228 private static final String iface = "rmnet0"; //TODO: this will go away field in class:MobileNetworkSettings.MobileNetworkFragment
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 148 milliseconds