Searched refs:mAnswerIntent (Results 1 – 1 of 1) sorted by relevance
9481 private PendingIntent mAnswerIntent; field in Notification.Builder.CallStyle9572 mAnswerIntent = answerIntent; in CallStyle()9715 return mAnswerIntent == null ? null : makeAction( in makeAnswerAction()9720 mAnswerIntent); in makeAnswerAction()9901 if (mAnswerIntent != null) { in addExtras()9902 extras.putParcelable(EXTRA_ANSWER_INTENT, mAnswerIntent); in addExtras()9940 mAnswerIntent = extras.getParcelable(EXTRA_ANSWER_INTENT, PendingIntent.class); in restoreFromExtras()