Searched refs:notificationContent (Results 1 – 3 of 3) sorted by relevance
192 String notificationContent = in getModuleUpdateNeededNotification() local199 .setContentText(notificationContent) in getModuleUpdateNeededNotification()213 String notificationContent = in getAppUpdateNeededNotification() local220 .setContentText(notificationContent) in getAppUpdateNeededNotification()235 String notificationContent = in getMoreSpaceNeededNotification() local258 .setContentText(notificationContent) in getMoreSpaceNeededNotification()274 String notificationContent = in getResumeMigrationNotification() local281 .setContentText(notificationContent) in getResumeMigrationNotification()328 String notificationContent = getStringResource(MIGRATION_PAUSED_NOTIFICATION_CONTENT); in getMigrationPausedNotification() local333 .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()