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.java96 public static final int REJECT_CALL = 13; field in HeadsetClientStateMachine
535 addQueuedAction(REJECT_CALL, action); in rejectCall()
1194 case REJECT_CALL: in processMessage()
DHeadsetClientService.java764 Message msg = sm.obtainMessage(HeadsetClientStateMachine.REJECT_CALL); in rejectCall()