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.java192 String notificationContent = in getModuleUpdateNeededNotification() local
199 .setContentText(notificationContent) in getModuleUpdateNeededNotification()
213 String notificationContent = in getAppUpdateNeededNotification() local
220 .setContentText(notificationContent) in getAppUpdateNeededNotification()
235 String notificationContent = in getMoreSpaceNeededNotification() local
258 .setContentText(notificationContent) in getMoreSpaceNeededNotification()
274 String notificationContent = in getResumeMigrationNotification() local
281 .setContentText(notificationContent) in getResumeMigrationNotification()
328 String notificationContent = getStringResource(MIGRATION_PAUSED_NOTIFICATION_CONTENT); in getMigrationPausedNotification() local
333 .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()