Searched refs:notificationContent (Results 1 – 3 of 3) sorted by relevance
105 String notificationContent = in getModuleUpdateNeededNotification() local112 .setContentText(notificationContent) in getModuleUpdateNeededNotification()123 String notificationContent = getStringResource(MIGRATION_PAUSED_NOTIFICATION_CONTENT); in getMigrationPausedNotification() local128 .setContentText(notificationContent) in getMigrationPausedNotification()
99 Pair<Integer, Integer> notificationContent = NOTIFICATION_MAP.get(notificationReason); in sendToggleNotification() local100 if (notificationContent == null) { in sendToggleNotification()124 String title = getString(notificationContent.first); in sendToggleNotification()125 String message = getString(notificationContent.second); in sendToggleNotification()
658 CharSequence notificationContent = safetyCenterBgLocationReminderEnabled in createNotificationForLocationUser() local681 .setContentText(notificationContent) in createNotificationForLocationUser()682 .setStyle(new Notification.BigTextStyle().bigText(notificationContent)) in createNotificationForLocationUser()