Searched refs:mAnswerButtonColor (Results 1 – 1 of 1) sorted by relevance
10413 private Integer mAnswerButtonColor; field in Notification.Builder.CallStyle10542 mAnswerButtonColor = color; in setAnswerButtonColorHint()10657 mAnswerButtonColor, R.color.call_notification_answer_color, in makeAnswerAction()10848 if (mAnswerButtonColor != null) { in addExtras()10849 extras.putInt(EXTRA_ANSWER_COLOR, mAnswerButtonColor); in addExtras()10881 mAnswerButtonColor = extras.containsKey(EXTRA_ANSWER_COLOR) in restoreFromExtras()