Searched refs:CONNECT_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
40 private static final int CONNECT_TIMEOUT_MS = 10000; field in BluetoothA2dpConnector88 mHandler.sendEmptyMessageDelayed(MSG_CONNECT_TIMEOUT, CONNECT_TIMEOUT_MS);
47 private static final long CONNECT_TIMEOUT_MS = 10000; // Time in ms to wait for a connection field in BrowsablePlayerConnector108 newWrapper.mHandler.sendMessageDelayed(msg, CONNECT_TIMEOUT_MS); in connectToPlayers()
50 static final int CONNECT_TIMEOUT_MS = 5000; field in A2dpSinkStateMachine200 sendMessageDelayed(CONNECT_TIMEOUT, CONNECT_TIMEOUT_MS); in enter()
75 private static final int CONNECT_TIMEOUT_MS = 8000; field in BluetoothProfileDeviceManagerTest861 ordered.verify(mMockProxies, timeout(CONNECT_TIMEOUT_MS).times(1)) in testAutoConnectSeveralDevices_attemptsToConnectEachDevice()