Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachineTest.java68 static final int DISCONNECT_TIMEOUT = 5000; field in PbapClientStateMachineTest
123 verify(mMockPbapClientService, timeout(DISCONNECT_TIMEOUT)) in testStateTransitionFromConnectingToDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java91 static final int DISCONNECT_TIMEOUT = 3000; field in PbapClientStateMachine
233 sendMessageDelayed(MSG_DISCONNECT_TIMEOUT, DISCONNECT_TIMEOUT); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java103 private static final int DISCONNECT_TIMEOUT = 3000; field in MceStateMachine
1224 sendMessageDelayed(MSG_DISCONNECTING_TIMEOUT, DISCONNECT_TIMEOUT); in enter()
1299 case DISCONNECT_TIMEOUT: in getMessageName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java96 private static final int DISCONNECT_TIMEOUT = 3000; field in MapClientStateMachineTest
438 verify(mMockMapClientService, after(DISCONNECT_TIMEOUT / 2).times(3)) in testDisconnectTimeout()
445 verify(mMockMapClientService, timeout(DISCONNECT_TIMEOUT).times(4)) in testDisconnectTimeout()