Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachineTest.java68 private static final int CONNECT_TIMEOUT_TEST_MILLIS = 1000; field in HeadsetStateMachineTest
69 private static final int CONNECT_TIMEOUT_TEST_WAIT_MILLIS = CONNECT_TIMEOUT_TEST_MILLIS * 3 / 2;
129 HeadsetStateMachine.sConnectTimeoutMs = CONNECT_TIMEOUT_TEST_MILLIS; in setUp()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java69 private static final int CONNECT_TIMEOUT_TEST_MILLIS = 1000; field in AvrcpControllerStateMachineTest