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.java198 // TBD get iface from the msg
202 handlePanDeviceStateChange(device, mPanIfName /* iface */,
435 String iface, int state, int local_role, int remote_role) {
437 Log.d(TAG, "handlePanDeviceStateChange: device: " + device + ", iface: " + iface +
447 panDevice = new BluetoothPanDevice(state, iface, local_role);
453 panDevice.mIface = iface;
479 mNapIfaceAddr = startTethering(iface);
492 stopTethering(iface);
501 mNetworkFactory.startReverseTether(iface);
434 handlePanDeviceStateChange(BluetoothDevice device, String iface, int state, int local_role, int remote_role) argument
523 startTethering(String iface) argument
527 stopTethering(String iface) argument
531 configureBtIface(boolean enable, String iface) argument
637 BluetoothPanDevice(int state, String iface, int localRole) argument
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java154 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 449 milliseconds