Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java251 private static PendingIntent createAlertActivityIntent(Context context) { in createAlertActivityIntent() method in AlertReceiver
293 notificationBuilder.setFullScreenIntent(createAlertActivityIntent(context), true); in buildBasicNotification()
465 PendingIntent pendingClickIntent = createAlertActivityIntent(context); in makeDigestNotification()