Searched refs:KEY_TAKE_BUG_REPORT (Results 1 – 1 of 1) sorted by relevance
45 get() = prefs.getBoolean(KEY_TAKE_BUG_REPORT, false)46 set(value) = prefs.edit().putBoolean(KEY_TAKE_BUG_REPORT, value).apply()84 private const val KEY_TAKE_BUG_REPORT = "key_takeBugReport" constant