Home
last modified time | relevance | path

Searched refs:CALL_STATE_ACTIVE (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java62 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothPhoneServiceImpl
607 if (state == CALL_STATE_ACTIVE && activeChild != null) { in sendClccForCall()
618 state = CALL_STATE_ACTIVE; in sendClccForCall()
868 return CALL_STATE_ACTIVE; in getBtCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java459 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) == 0) { in acceptCall()
491 } else if (getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) != null) { in acceptCall()
503 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in acceptCall()
550 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in rejectCall()
578 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); in holdCall()
602 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); in terminateCall()
624 if (c == null || c.getState() != BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in enterPrivateMode()
DHeadsetClientHalConstants.java57 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java79 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothPhoneServiceTest
381 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaHold()
423 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaConference()
425 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaConference()
518 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_ACTIVE, 0, false, in testCallClccCache()
590 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(1), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsImsConference()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java60 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
DHeadsetService.java1510 } else if (callState == HeadsetHalConstants.CALL_STATE_ACTIVE in phoneStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java143 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in handleCallChanged()
DHfpClientDeviceBlock.java177 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in handleCall()