Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCall.java42 STATE_INCOMING,
58 public static final int STATE_INCOMING = 0x00; field in BluetoothLeCall
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java204 BluetoothLeCall.STATE_INCOMING, in testCallAdded()
218 assertThat(capturedTbsCall.getState()).isEqualTo(BluetoothLeCall.STATE_INCOMING); in testCallAdded()
236 BluetoothLeCall.STATE_INCOMING, in testCallRemoved()
270 BluetoothLeCall.STATE_INCOMING, in testCallStateChanged()
312 BluetoothLeCall.STATE_INCOMING, in testCurrentCallsList()
348 BluetoothLeCall.STATE_INCOMING, in testCallAccept()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsCall.java41 if (state.equals(BluetoothLeCall.STATE_INCOMING)) { in stateToString()
DTbsGeneric.java440 if (tbsCall.getState() != BluetoothLeCall.STATE_INCOMING) { in checkRequestComplete()
1080 states.add(BluetoothLeCall.STATE_INCOMING); in getForegroundCall()
1210 if (callState == BluetoothLeCall.STATE_INCOMING) { in isCallStateTransitionValid()
1220 if (callState == BluetoothLeCall.STATE_INCOMING in isCallStateTransitionValid()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1593 return BluetoothLeCall.STATE_INCOMING; in getTbsCallState()