Home
last modified time | relevance | path

Searched refs:btDevices (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java428 Set<BluetoothDevice> btDevices = mLocalAdapter.getBondedDevices(); in hasOtherConnectedDevices() local
429 if (btDevices == null || cachedDevices == null || btDevices.isEmpty()) { in hasOtherConnectedDevices()
433 Log.d(TAG, "btDevices = " + btDevices.size()); in hasOtherConnectedDevices()
439 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && deviceUI in hasOtherConnectedDevices()