Searched refs:mHangUpIntent (Results 1 – 1 of 1) sorted by relevance
10411 private PendingIntent mHangUpIntent; field in Notification.Builder.CallStyle10502 mHangUpIntent = hangUpIntent; in CallStyle()10642 mHangUpIntent); in makeNegativeAction()10845 if (mHangUpIntent != null) { in addExtras()10846 extras.putParcelable(EXTRA_HANG_UP_INTENT, mHangUpIntent); in addExtras()10880 mHangUpIntent = extras.getParcelable(EXTRA_HANG_UP_INTENT, PendingIntent.class); in restoreFromExtras()