Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java9147 private Integer mAnswerButtonColor; field in Notification.Builder.CallStyle
9275 mAnswerButtonColor = color; in setAnswerButtonColorHint()
9380 mAnswerButtonColor, R.color.call_notification_answer_color, in makeAnswerAction()
9576 if (mAnswerButtonColor != null) { in addExtras()
9577 extras.putInt(EXTRA_ANSWER_COLOR, mAnswerButtonColor); in addExtras()
9609 mAnswerButtonColor = extras.containsKey(EXTRA_ANSWER_COLOR) in restoreFromExtras()