Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt203 sharedPreferences.edit().putInt(CONTENT_HEIGHT_PREF_KEY, it).apply() in showDialog()
238 CONTENT_HEIGHT_PREF_KEY, in createBluetoothTileDialog()
305 private const val CONTENT_HEIGHT_PREF_KEY = Prefs.Key.BLUETOOTH_TILE_DIALOG_CONTENT_HEIGHT in isAutoOnToggleFeatureAvailable() constant