Searched refs:mAnswerIntent (Results 1 – 1 of 1) sorted by relevance
10409 private PendingIntent mAnswerIntent; field in Notification.Builder.CallStyle10500 mAnswerIntent = answerIntent; in CallStyle()10653 return mAnswerIntent == null ? null : makeAction( in makeAnswerAction()10658 mAnswerIntent); in makeAnswerAction()10839 if (mAnswerIntent != null) { in addExtras()10840 extras.putParcelable(EXTRA_ANSWER_INTENT, mAnswerIntent); in addExtras()10878 mAnswerIntent = extras.getParcelable(EXTRA_ANSWER_INTENT, PendingIntent.class); in restoreFromExtras()