Searched refs:getBluetoothDevice (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DSavedBluetoothDeviceUpdater.java68 .getBluetoothDevice();
H A DAvailableMediaBluetoothDeviceUpdater.java125 .getBluetoothDevice();
H A DBluetoothDevicePreference.java113 public CachedBluetoothDevice getBluetoothDevice() { method in class:BluetoothDevicePreference
H A DBluetoothDeviceUpdater.java228 ((BluetoothDevicePreference) preference).getBluetoothDevice();
/packages/services/Car/service/src/com/android/car/
H A DBluetoothDevicesInfo.java121 public BluetoothDevice getBluetoothDevice() { method in class:BluetoothDevicesInfo.DeviceInfo
395 return devInfo.getBluetoothDevice();
410 devices.add(devInfo.getBluetoothDevice());
763 setConnectionStateLocked(info.getBluetoothDevice(),
786 " = " + Utils.getDeviceDebugInfo(devInfo.getBluetoothDevice()));
H A DBluetoothAutoConnectStateMachine.java125 BluetoothDevice device = params.getBluetoothDevice();
H A DBluetoothDeviceConnectionPolicy.java245 public BluetoothDevice getBluetoothDevice() { method in class:BluetoothDeviceConnectionPolicy.ConnectionParams
948 mConnectionInFlight.getBluetoothDevice());
1208 if (params == null || params.getBluetoothDevice() == null) {
1214 BluetoothDevice deviceThatConnected = params.getBluetoothDevice();
1257 if (mConnectionInFlight != null && mConnectionInFlight.getBluetoothDevice() != null) {
1258 if (deviceThatConnected.equals(mConnectionInFlight.getBluetoothDevice()) == false) {
1261 + mConnectionInFlight.getBluetoothDevice());

Completed in 3711 milliseconds