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.java99 static final int SEND_CCLC_RESPONSE = 11; field in HeadsetStateMachine
860 case SEND_CCLC_RESPONSE: in processMessage()
2136 case SEND_CCLC_RESPONSE: in getMessageName()
DHeadsetService.java1605 stateMachine -> stateMachine.sendMessage(HeadsetStateMachine.SEND_CCLC_RESPONSE, in clccResponse()