Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/enums/bluetooth/
Denums.proto108 UNBOND_REASON_REMOTE_DEVICE_DOWN = 4; enumerator
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java382 case BluetoothDevice.UNBOND_REASON_REMOTE_DEVICE_DOWN: in showUnbondMessage()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java376 BluetoothDevice.UNBOND_REASON_REMOTE_DEVICE_DOWN); in showUnbondMessage_reasonRemoteDeviceDown_showCorrectedErrorCode()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java847 public static final int UNBOND_REASON_REMOTE_DEVICE_DOWN = 4; field in BluetoothDevice