Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCall.java46 STATE_LOCALLY_HELD,
88 public static final int STATE_LOCALLY_HELD = 0x04; field in BluetoothLeCall
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsCall.java49 } else if (state.equals(BluetoothLeCall.STATE_LOCALLY_HELD)) { in stateToString()
DTbsGeneric.java446 if (tbsCall.getState() == BluetoothLeCall.STATE_LOCALLY_HELD in checkRequestComplete()
453 if (tbsCall.getState() != BluetoothLeCall.STATE_LOCALLY_HELD in checkRequestComplete()
1228 if (callState == BluetoothLeCall.STATE_LOCALLY_HELD in isCallStateTransitionValid()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java493 mTbsGeneric.callStateChanged(ccid, callUuid, BluetoothLeCall.STATE_LOCALLY_HELD); in testCallHold()
518 BluetoothLeCall.STATE_LOCALLY_HELD, in testCallRetrieve()
625 BluetoothLeCall.STATE_LOCALLY_HELD, in testCallJoin()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1586 return BluetoothLeCall.STATE_LOCALLY_HELD; in getTbsCallState()
1664 state = BluetoothLeCall.STATE_LOCALLY_HELD; in createTbsCall()
1673 state = BluetoothLeCall.STATE_LOCALLY_HELD; in createTbsCall()