Searched refs:mShowDevicesWithoutNames (Results 1 – 3 of 3) sorted by relevance
78 boolean mShowDevicesWithoutNames; field in DeviceListPreferenceFragment103 mShowDevicesWithoutNames = SystemProperties.getBoolean( in onCreate()197 mShowDevicesWithoutNames, BluetoothDevicePreference.SortType.TYPE_FIFO); in createDevicePreference()284 return mShowDevicesWithoutNames; in shouldShowDevicesWithoutNames()
73 private final boolean mShowDevicesWithoutNames; field in BluetoothDevicePreference100 mShowDevicesWithoutNames = showDeviceWithoutNames; in BluetoothDevicePreference()197 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName()); in onPreferenceAttributesChanged()
49 private final boolean mShowDevicesWithoutNames; field in BluetoothDevicePreference57 mShowDevicesWithoutNames = SystemProperties.getBoolean( in BluetoothDevicePreference()123 setVisible(mShowDevicesWithoutNames || mCachedDevice.hasHumanReadableName()); in refreshUi()