Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationFactory.java105 String notificationContent = in getModuleUpdateNeededNotification() local
112 .setContentText(notificationContent) in getModuleUpdateNeededNotification()
123 String notificationContent = getStringResource(MIGRATION_PAUSED_NOTIFICATION_CONTENT); in getMigrationPausedNotification() local
128 .setContentText(notificationContent) in getMigrationPausedNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/notification/
DNotificationHelperService.java99 Pair<Integer, Integer> notificationContent = NOTIFICATION_MAP.get(notificationReason); in sendToggleNotification() local
100 if (notificationContent == null) { in sendToggleNotification()
124 String title = getString(notificationContent.first); in sendToggleNotification()
125 String message = getString(notificationContent.second); in sendToggleNotification()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java658 CharSequence notificationContent = safetyCenterBgLocationReminderEnabled in createNotificationForLocationUser() local
681 .setContentText(notificationContent) in createNotificationForLocationUser()
682 .setStyle(new Notification.BigTextStyle().bigText(notificationContent)) in createNotificationForLocationUser()