Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java105 public static final int REJECT_CALL = 13; field in HeadsetClientStateMachine
284 case REJECT_CALL: in getMessageName()
629 addQueuedAction(REJECT_CALL, action); in rejectCall()
1310 case REJECT_CALL: in processMessage()
DHeadsetClientService.java827 Message msg = sm.obtainMessage(HeadsetClientStateMachine.REJECT_CALL); in rejectCall()