Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothUtilsGetBondStateNameTest.java43 String result = BluetoothUtils.getBondStateName(mState); in testGetBondStateName()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java177 static String getBondStateName(int state) { in getBondStateName() method in BluetoothUtils
DFastPairGattServer.java359 device, BluetoothUtils.getBondStateName(previousState),
360 BluetoothUtils.getBondStateName(state));
DBluetoothConnectionRetryManager.java161 BluetoothUtils.getBondStateName(state)); in handleDeviceBondStateChange()
DBluetoothDeviceManager.java213 BluetoothUtils.getBondStateName(state)); in handleDeviceBondStateChange()