Searched refs:mBluetoothFirstDevice (Results 1 – 1 of 1) sorted by relevance
101 private final BluetoothDevice mBluetoothFirstDevice = mock(BluetoothDevice.class); field in MediaOutputBroadcastDialogTest197 when(mCachedBluetoothDevice.getDevice()).thenReturn(mBluetoothFirstDevice); in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()200 when(mLocalBluetoothLeBroadcastAssistant.getAllSources(mBluetoothFirstDevice)).thenReturn( in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()220 when(mCachedBluetoothDevice.getDevice()).thenReturn(mBluetoothFirstDevice); in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()222 when(mLocalBluetoothLeBroadcastAssistant.getAllSources(mBluetoothFirstDevice)).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()225 connectedDevicesList.add(mBluetoothFirstDevice); in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()394 when(mCachedBluetoothDevice.getDevice()).thenReturn(mBluetoothFirstDevice); in addSourceToAllConnectedDevices()396 when(mLocalBluetoothLeBroadcastAssistant.getAllSources(mBluetoothFirstDevice)).thenReturn( in addSourceToAllConnectedDevices()399 connectedDevicesList.add(mBluetoothFirstDevice); in addSourceToAllConnectedDevices()