Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java97 private static final int QUERY_CURRENT_CALLS = 50; field in HeadsetClientStateMachine
252 addQueuedAction(QUERY_CURRENT_CALLS, 0); in queryCallsStart()
385 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in queryCallsDone()
777 removeMessages(QUERY_CURRENT_CALLS); in enter()
1126 sendMessage(QUERY_CURRENT_CALLS); in processMessage()
1167 case QUERY_CURRENT_CALLS: in processMessage()
1175 removeMessages(QUERY_CURRENT_CALLS); in processMessage()
1178 removeMessages(QUERY_CURRENT_CALLS); in processMessage()
1179 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in processMessage()
1283 sendMessage(QUERY_CURRENT_CALLS); in processMessage()
[all …]