Searched refs:hasHumanReadableName (Results 1 – 6 of 6) sorted by relevance
152 when(mCachedBluetoothDevice.hasHumanReadableName()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEvent()168 when(mCachedBluetoothDevice.hasHumanReadableName()).thenReturn(false); in onClicked_deviceNotBonded_shouldLogBluetoothPairEventAndPairWithoutNameEvent()219 doReturn(false).when(mCachedBluetoothDevice).hasHumanReadableName(); in isVisible_showDeviceWithoutNames_visible()230 doReturn(false).when(mCachedBluetoothDevice).hasHumanReadableName(); in isVisible_hideDeviceWithoutNames_invisible()
176 when(mCachedDevice.hasHumanReadableName()).thenReturn(false); in onAttached_deviceNameNotHumanReadable_setsHidden()187 when(mCachedDevice.hasHumanReadableName()).thenReturn(false); in onAttached_deviceNameNotHumanReadable_showWithoutNamesTrue_setsShown()
426 boolean phoneEnabled, boolean mediaEnabled, boolean hasHumanReadableName) { in addBluetoothDevice() argument436 when(cachedDevice.hasHumanReadableName()).thenReturn(hasHumanReadableName); in addBluetoothDevice()
281 mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName(); in onPreferenceAttributesChanged()387 if (!mCachedDevice.hasHumanReadableName()) { in onClicked()
118 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName()); in refreshUi()
141 if (mShowDevicesWithoutNames || cachedDevice.hasHumanReadableName()) { in getQCItem()