HomeSort by relevance Sort by last modified time
    Searched full:isbluetooth (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
DockSettings.java 94 boolean isBluetooth = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE) != null;
96 if (!isBluetooth) {
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 216 } else if (isBluetooth(iface)) {
264 public boolean isBluetooth(String iface) {
285 if (isBluetooth(iface)) {
401 } else if (isBluetooth((String)iface)) {
    [all...]

Completed in 51 milliseconds