Searched refs:MATCHA_SETTING (Results 1 – 1 of 1) sorted by relevance
29 private val matchaUri by lazy { Settings.Secure.getUriFor(MATCHA_SETTING) } in <lambda>()45 Settings.Secure.getInt(context.contentResolver, MATCHA_SETTING, 0) in onChange()63 isMatchaEnabledInternal = Settings.Secure.getInt(context.contentResolver, MATCHA_SETTING, 0) in setup()69 private const val MATCHA_SETTING = "matcha_enable" constant