Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java113 private long QUERY_CURRENT_CALLS_WAIT_MILLIS = 2 * 1000; // 2 seconds field in HeadsetClientStateMachine
385 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in queryCallsDone()
1173 mClccTimer = currentElapsed + QUERY_CURRENT_CALLS_WAIT_MILLIS; in processMessage()
1179 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in processMessage()