Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
DIssueRecordingState.kt45 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