Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDeviceUpdaterTest.java76 private BluetoothDevice mSubBluetoothDevice; field in BluetoothDeviceUpdaterTest
102 when(mSubCachedBluetoothDevice.getDevice()).thenReturn(mSubBluetoothDevice); in setUp()
106 when(mSubBluetoothDevice.getAddress()).thenReturn(SUB_MAC_ADDRESS); in setUp()
175 mBluetoothDeviceUpdater.mPreferenceMap.put(mSubBluetoothDevice, mPreference); in testRemovePreference_subDeviceExist_removePreference()
178 containsKey(mSubBluetoothDevice)).isTrue(); in testRemovePreference_subDeviceExist_removePreference()
183 containsKey(mSubBluetoothDevice)).isFalse(); in testRemovePreference_subDeviceExist_removePreference()