Searched refs:mSubBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
73 private BluetoothDevice mSubBluetoothDevice; field in BluetoothDeviceUpdaterTest98 when(mSubCachedBluetoothDevice.getDevice()).thenReturn(mSubBluetoothDevice); in setUp()102 when(mSubBluetoothDevice.getAddress()).thenReturn(SUB_MAC_ADDRESS); in setUp()161 mBluetoothDeviceUpdater.mPreferenceMap.put(mSubBluetoothDevice, mPreference); in testRemovePreference_subDeviceExist_removePreference()164 containsKey(mSubBluetoothDevice)).isTrue(); in testRemovePreference_subDeviceExist_removePreference()169 containsKey(mSubBluetoothDevice)).isFalse(); in testRemovePreference_subDeviceExist_removePreference()
87 private BluetoothDevice mSubBluetoothDevice; field in AccessibilityHearingAidPreferenceControllerTest150 when(mSubBluetoothDevice.isConnected()).thenReturn(true); in getSummary_connectedAshaHearingAidBothSide_connectedBothSideSummary()218 when(mSubBluetoothDevice.isConnected()).thenReturn(true); in getSummary_connectedLeAudioHearingAidBothSide_connectedBothSideSummary()295 mSubBluetoothDevice = spy(mBluetoothAdapter.getRemoteDevice(TEST_DEVICE_ADDRESS_2)); in setupEnvironment()309 when(mCachedDeviceManager.findDevice(mSubBluetoothDevice)).thenReturn( in setupEnvironment()311 when(mCachedSubBluetoothDevice.getDevice()).thenReturn(mSubBluetoothDevice); in setupEnvironment()330 deviceList.add(mSubBluetoothDevice); in generateMultipleHearingAidDeviceList()