Searched refs:mShowDevicesWithoutNames (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java75 boolean mShowDevicesWithoutNames; field in class:DeviceListPreferenceFragment
100 mShowDevicesWithoutNames = SystemProperties.getBoolean(
193 mShowDevicesWithoutNames);
287 return mShowDevicesWithoutNames;
H A DBluetoothDevicePreference.java55 private final boolean mShowDevicesWithoutNames; field in class:BluetoothDevicePreference
68 mShowDevicesWithoutNames = showDeviceWithoutNames;
143 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName());
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceListAdapter.java83 private final boolean mShowDevicesWithoutNames; field in class:BluetoothDeviceListAdapter
136 mShowDevicesWithoutNames =
366 && (mShowDevicesWithoutNames || cachedDevice.hasHumanReadableName())) {

Completed in 857 milliseconds