Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java109 @VisibleForTesting static final int QUERY_CURRENT_CALLS = 50; field in HeadsetClientStateMachine
316 case QUERY_CURRENT_CALLS: in getMessageName()
410 addQueuedAction(QUERY_CURRENT_CALLS, 0); in queryCallsStart()
561 QUERY_CURRENT_CALLS, in queryCallsDone()
567 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in queryCallsDone()
569 removeMessages(QUERY_CURRENT_CALLS); in queryCallsDone()
1079 removeMessages(QUERY_CURRENT_CALLS); in enter()
1553 sendMessage(QUERY_CURRENT_CALLS); in processMessage()
1594 case QUERY_CURRENT_CALLS: in processMessage()
1595 removeMessages(QUERY_CURRENT_CALLS); in processMessage()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java1350 HeadsetClientStateMachine.QUERY_CURRENT_CALLS),