Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java126 private static final long QUERY_CURRENT_CALLS_WAIT_MILLIS = 2 * 1000; // 2 seconds field in HeadsetClientStateMachine
567 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in queryCallsDone()
1604 sendMessageDelayed(QUERY_CURRENT_CALLS, QUERY_CURRENT_CALLS_WAIT_MILLIS); in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java112 private static final int QUERY_CURRENT_CALLS_WAIT_MILLIS = 2000; field in HeadsetClientStateMachineTest
114 QUERY_CURRENT_CALLS_WAIT_MILLIS * 3 / 2;