Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java116 static final int CONNECTING_TIMEOUT_MS = 10000; // 10s field in HeadsetClientStateMachine
916 sendMessageDelayed(CONNECTING_TIMEOUT, CONNECTING_TIMEOUT_MS); in enter()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java230 timeout(HeadsetClientStateMachine.CONNECTING_TIMEOUT_MS * 2).times( in testIncomingTimeout()