Searched refs:MAX_CONNECTED_AUDIO_DEVICES (Results 1 – 2 of 2) sorted by relevance
63 private static final int MAX_CONNECTED_AUDIO_DEVICES = 5; field in A2dpServiceTest95 doReturn(MAX_CONNECTED_AUDIO_DEVICES).when(mAdapterService).getMaxConnectedAudioDevices(); in setUp()456 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices()463 for (int i = 0; i < MAX_CONNECTED_AUDIO_DEVICES; i++) { in testMaxConnectDevices()492 extraTestDevice = TestUtils.getTestDevice(mAdapter, MAX_CONNECTED_AUDIO_DEVICES); in testMaxConnectDevices()
56 private static final int MAX_CONNECTED_AUDIO_DEVICES = 5; field in PhonePolicyTest81 doReturn(MAX_CONNECTED_AUDIO_DEVICES).when(mAdapterService).getMaxConnectedAudioDevices(); in setUp()