Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdaterTest.java62 private BluetoothDevice mConnectedDevice; field in BluetoothSummaryUpdaterTest
85 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 …]
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamConfirmDialog.java50 @Nullable private BluetoothDevice mConnectedDevice; field in AudioStreamConfirmDialog
63 mConnectedDevice = getConnectedDevice(); in onAttach()
65 getDialogId(mBroadcastMetadata != null, mConnectedDevice != null); in onAttach()
239 if (mConnectedDevice != null) {
240 String alias = mConnectedDevice.getAlias();