Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java56 private final MigrationNotificationFactory mNotificationFactory; field in MigrationNotificationSender
60 mNotificationFactory = new MigrationNotificationFactory(mContext); in MigrationNotificationSender()
73 mNotificationFactory.createNotification(notificationType, CHANNEL_ID); in sendNotification()
129 mNotificationFactory.getStringResource(CHANNEL_NAME_RESOURCE); in createNotificationChannel()
130 CharSequence channelName = mNotificationFactory.getStringResource(CHANNEL_NAME_RESOURCE); in createNotificationChannel()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java102 private final SafetyCenterNotificationFactory mNotificationFactory; field in SafetyCenterNotificationSender
114 mNotificationFactory = notificationFactory; in SafetyCenterNotificationSender()
194 mNotificationFactory.newNotificationForSuccessfulAction( in notifyActionSuccess()
377 mNotificationFactory.newNotificationForIssue(notificationManager, issue, key); in postNotificationForIssue()