Searched refs:CONTENT_HEIGHT_PREF_KEY (Results 1 – 1 of 1) sorted by relevance
203 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