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.java106 private static final int QUERY_CURRENT_CALLS = 50; field in HeadsetClientStateMachine
272 addQueuedAction(QUERY_CURRENT_CALLS, 0); in queryCallsStart()
396 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in queryCallsDone()
400 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in queryCallsDone()
402 removeMessages(QUERY_CURRENT_CALLS); in queryCallsDone()
811 removeMessages(QUERY_CURRENT_CALLS); in enter()
1181 sendMessage(QUERY_CURRENT_CALLS); in processMessage()
1225 case QUERY_CURRENT_CALLS: in processMessage()
1226 removeMessages(QUERY_CURRENT_CALLS); in processMessage()
1229 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in processMessage()
[all …]