Searched refs:EXTRA_ANSWER_COLOR (Results 1 – 3 of 3) sorted by relevance
1561 public static final String EXTRA_ANSWER_COLOR = "android.answerColor"; field in Notification10849 extras.putInt(EXTRA_ANSWER_COLOR, mAnswerButtonColor); in addExtras()10881 mAnswerButtonColor = extras.containsKey(EXTRA_ANSWER_COLOR) in restoreFromExtras()10882 ? extras.getInt(EXTRA_ANSWER_COLOR) : null; in restoreFromExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6433 field public static final String EXTRA_ANSWER_COLOR = "android.answerColor";