Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java79 private static final int DISCONNECT_TIMEOUT = 3000; field in MapClientStateMachineTest
335 after(DISCONNECT_TIMEOUT / 2).times(3)).sendBroadcastMultiplePermissions( in testDisconnectTimeout()
341 timeout(DISCONNECT_TIMEOUT).times(4)).sendBroadcastMultiplePermissions( in testDisconnectTimeout()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java92 static final int DISCONNECT_TIMEOUT = 3000; field in PbapClientStateMachine
261 sendMessageDelayed(MSG_DISCONNECT_TIMEOUT, DISCONNECT_TIMEOUT); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java110 private static final int DISCONNECT_TIMEOUT = 3000; field in MceStateMachine
949 sendMessageDelayed(MSG_DISCONNECTING_TIMEOUT, DISCONNECT_TIMEOUT); in enter()