Searched refs:btDevices (Results 1 – 1 of 1) sorted by relevance
428 Set<BluetoothDevice> btDevices = mLocalAdapter.getBondedDevices(); in hasOtherConnectedDevices() local429 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()