Searched refs:getCurrentConnectionStateLocked (Results 1 - 2 of 2) sorted by last modified time

/packages/services/Car/service/src/com/android/car/
H A DBluetoothDeviceConnectionPolicy.java1048 int state = devInfo.getCurrentConnectionStateLocked(device);
H A DBluetoothDevicesInfo.java367 public int getCurrentConnectionStateLocked(BluetoothDevice device) { method in class:BluetoothDevicesInfo
370 Log.e(TAG, "getCurrentConnectionStateLocked() device null");
558 if (getCurrentConnectionStateLocked(device) != BluetoothProfile.STATE_CONNECTED) {
584 if (getCurrentConnectionStateLocked(device) == BluetoothProfile.STATE_CONNECTED) {

Completed in 66 milliseconds