Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
H A DMapClientStateMachineTest.java78 private static final int DISCONNECT_TIMEOUT = 3000; field in MapClientStateMachineTest
333 after(DISCONNECT_TIMEOUT / 2).times(3)).sendBroadcast( in testDisconnectTimeout()
339 timeout(DISCONNECT_TIMEOUT).times(4)).sendBroadcast( in testDisconnectTimeout()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java90 static final int DISCONNECT_TIMEOUT = 3000; field in PbapClientStateMachine
259 sendMessageDelayed(MSG_DISCONNECT_TIMEOUT, DISCONNECT_TIMEOUT); in enter()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java109 private static final int DISCONNECT_TIMEOUT = 3000; field in MceStateMachine
946 sendMessageDelayed(MSG_DISCONNECTING_TIMEOUT, DISCONNECT_TIMEOUT); in enter()