Home
last modified time | relevance | path

Searched refs:SEND_CCLC_RESPONSE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java97 static final int SEND_CCLC_RESPONSE = 11; field in HeadsetStateMachine
856 case SEND_CCLC_RESPONSE: in processMessage()
2099 case SEND_CCLC_RESPONSE: in getMessageName()
DHeadsetService.java1548 stateMachine -> stateMachine.sendMessage(HeadsetStateMachine.SEND_CCLC_RESPONSE, in clccResponse()