Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java66 private BluetoothDevice mRightDevice; field in HearingAidServiceTest
112 mRightDevice = TestUtils.getTestDevice(mAdapter, 1); in setUp()
116 mDeviceQueueMap.put(mRightDevice, new LinkedBlockingQueue<>()); in setUp()
292 .getProfileConnectionPolicy(mRightDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectMissingHearingAidUuid()
337 .getProfileConnectionPolicy(mRightDevice, BluetoothProfile.HEARING_AID)) in testOutgoingConnectTimeout()
375 .getProfileConnectionPolicy(mRightDevice, BluetoothProfile.HEARING_AID)) in testConnectAPair_connectBothDevices()
391 verifyConnectionStateIntent(TIMEOUT_MS, mRightDevice, BluetoothProfile.STATE_CONNECTING, in testConnectAPair_connectBothDevices()
394 mService.getConnectionState(mRightDevice)); in testConnectAPair_connectBothDevices()
410 .getProfileConnectionPolicy(mRightDevice, BluetoothProfile.HEARING_AID)) in testConnectAnotherPair_disconnectCurrentPair()
424 verifyConnectionStateIntent(TIMEOUT_MS, mRightDevice, BluetoothProfile.STATE_CONNECTING, in testConnectAnotherPair_disconnectCurrentPair()
[all …]