Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCall.java47 STATE_REMOTELY_HELD,
96 public static final int STATE_REMOTELY_HELD = 0x05; field in BluetoothLeCall
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsCall.java51 } else if (state.equals(BluetoothLeCall.STATE_REMOTELY_HELD)) { in stateToString()
DTbsGeneric.java469 && tbsCall.getState() != BluetoothLeCall.STATE_REMOTELY_HELD)) { in checkRequestComplete()
477 && pendingTbsCall.getState() != BluetoothLeCall.STATE_REMOTELY_HELD) { in checkRequestComplete()
1222 || callState == BluetoothLeCall.STATE_REMOTELY_HELD) { in isCallStateTransitionValid()