Home
last modified time | relevance | path

Searched refs:UNBOND_REASON_REMOTE_AUTH_CANCELED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/proto/android/bluetooth/
Denums.proto112 UNBOND_REASON_REMOTE_AUTH_CANCELED = 8; enumerator
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java384 case BluetoothDevice.UNBOND_REASON_REMOTE_AUTH_CANCELED: in showUnbondMessage()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java705 public static final int UNBOND_REASON_REMOTE_AUTH_CANCELED = 8; field in BluetoothDevice