Searched refs:CALL_STATE_ACTIVE (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 62 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/ |
D | HeadsetClientStateMachine.java | 459 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()
|
D | HeadsetClientHalConstants.java | 57 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 79 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/ |
D | HeadsetHalConstants.java | 60 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
|
D | HeadsetService.java | 1510 } else if (callState == HeadsetHalConstants.CALL_STATE_ACTIVE in phoneStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 143 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 177 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in handleCall()
|