Searched refs:createNotificationPendingIntent (Results 1 – 1 of 1) sorted by relevance
584 PendingIntent answerVoicePendingIntent = createNotificationPendingIntent( in addAnswerAction()595 createNotificationPendingIntent(mContext, ACTION_DECLINE_INCOMING_CALL); in addDismissAction()605 createNotificationPendingIntent(mContext, ACTION_HANG_UP_ONGOING_CALL); in addHangupAction()614 PendingIntent answerVideoPendingIntent = createNotificationPendingIntent( in addVideoCallAction()624 PendingIntent answerVoicePendingIntent = createNotificationPendingIntent( in addVoiceAction()634 PendingIntent acceptVideoPendingIntent = createNotificationPendingIntent( in addAcceptUpgradeRequestAction()643 PendingIntent declineVideoPendingIntent = createNotificationPendingIntent( in addDismissUpgradeRequestAction()728 private static PendingIntent createNotificationPendingIntent(Context context, String action) { in createNotificationPendingIntent() method in StatusBarNotifier