Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java78 boolean mShowDevicesWithoutNames; field in DeviceListPreferenceFragment
103 mShowDevicesWithoutNames = SystemProperties.getBoolean( in onCreate()
197 mShowDevicesWithoutNames, BluetoothDevicePreference.SortType.TYPE_FIFO); in createDevicePreference()
284 return mShowDevicesWithoutNames; in shouldShowDevicesWithoutNames()
H A DBluetoothDevicePreference.java73 private final boolean mShowDevicesWithoutNames; field in BluetoothDevicePreference
100 mShowDevicesWithoutNames = showDeviceWithoutNames; in BluetoothDevicePreference()
197 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName()); in onPreferenceAttributesChanged()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDevicePreference.java49 private final boolean mShowDevicesWithoutNames; field in BluetoothDevicePreference
57 mShowDevicesWithoutNames = SystemProperties.getBoolean( in BluetoothDevicePreference()
123 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName()); in refreshUi()