Searched refs:mConnectedDevice (Results 1 – 2 of 2) sorted by relevance
62 private BluetoothDevice mConnectedDevice; field in BluetoothSummaryUpdaterTest85 doReturn(DEVICE_NAME).when(mConnectedDevice).getName(); in setUp()86 doAnswer(invocation -> mDeviceConnected[0]).when(mConnectedDevice).isConnected(); in setUp()115 mBondedDevices.add(mConnectedDevice); in register_true_shouldSendSummaryChange()129 mBondedDevices.add(mConnectedDevice); in onBluetoothStateChanged_btDisabled_shouldSendDisabledSummary()142 mBondedDevices.add(mConnectedDevice); in onBluetoothStateChanged_btEnabled_connected_shouldSendConnectedSummary()156 mBondedDevices.add(mConnectedDevice); in onBluetoothStateChanged_btEnabled_connectedMisMatch_shouldSendNotConnected()170 mBondedDevices.add(mConnectedDevice); in onBluetoothStateChanged_btEnabled_notConnected_shouldSendDisconnectedMessage()184 mBondedDevices.add(mConnectedDevice); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()218 mBondedDevices.add(mConnectedDevice); in onConnectionStateChanged_connected_shouldSendConnectedMessage()[all …]
50 @Nullable private BluetoothDevice mConnectedDevice; field in AudioStreamConfirmDialog63 mConnectedDevice = getConnectedDevice(); in onAttach()65 getDialogId(mBroadcastMetadata != null, mConnectedDevice != null); in onAttach()239 if (mConnectedDevice != null) {240 String alias = mConnectedDevice.getAlias();