Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePreference.java45 private final boolean mShowDevicesWithoutNames; field in BluetoothDevicePreference
60 mShowDevicesWithoutNames = SystemProperties.getBoolean( in BluetoothDevicePreference()
118 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName()); in refreshUi()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java84 private final boolean mShowDevicesWithoutNames; field in BluetoothDevicePreference
125 mShowDevicesWithoutNames = showDeviceWithoutNames; in BluetoothDevicePreference()
281 mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName(); in onPreferenceAttributesChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java80 private final boolean mShowDevicesWithoutNames; field in PairedBluetoothDevices
89 mShowDevicesWithoutNames = SystemProperties.getBoolean( in PairedBluetoothDevices()
141 if (mShowDevicesWithoutNames || cachedDevice.hasHumanReadableName()) { in getQCItem()
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java85 private boolean mShowDevicesWithoutNames; field in HearingDevicePairingFragment
113 mShowDevicesWithoutNames = SystemProperties.getBoolean( in onCreate()
270 mShowDevicesWithoutNames, BluetoothDevicePreference.SortType.TYPE_FIFO); in addDevice()