Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/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/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()