Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java66 private BluetoothDevice mFakeBtDevice; field in AudioDeviceBrokerTest
81 mFakeBtDevice = adapter.getRemoteDevice("00:01:02:03:04:05"); in setUp()
82 Assert.assertNotNull("invalid null BT device", mFakeBtDevice); in setUp()
100 Assert.assertNotNull("invalid null BT device", mFakeBtDevice); in testPostA2dpDeviceConnectionChange()
103 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in testPostA2dpDeviceConnectionChange()
111 checkSingleSystemConnection(mFakeBtDevice); in testPostA2dpDeviceConnectionChange()
243 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in doTestConnectionDisconnectionReconnection()
249 new AudioDeviceBroker.BtDeviceChangedData(null, mFakeBtDevice, in doTestConnectionDisconnectionReconnection()
257 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in doTestConnectionDisconnectionReconnection()
267 mSpyDevInventory.isA2dpDeviceConnected(mFakeBtDevice)); in doTestConnectionDisconnectionReconnection()
[all …]