Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java255 private static String formatPendingIntent(PendingIntent pi) { in formatPendingIntent() method in NotificationStation
460 .append(formatPendingIntent(n.contentIntent)); in generateExtraText()
467 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()
474 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
491 .append(formatPendingIntent(action.actionIntent)); in generateExtraText()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java356 private static String formatPendingIntent(PendingIntent pi) { in formatPendingIntent() method in NotificationStation
559 .append(formatPendingIntent(n.contentIntent)); in generateExtraText()
566 .append(formatPendingIntent(n.deleteIntent)); in generateExtraText()
573 .append(formatPendingIntent(n.fullScreenIntent)); in generateExtraText()
590 .append(formatPendingIntent(action.actionIntent)); in generateExtraText()