Home
last modified time | relevance | path

Searched refs:createNotificationChannel (Results 1 – 25 of 53) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java151 verify(mNotificationManager).createNotificationChannel(nc.capture()); in onReceiveEnableMms_notificationShouldSend()
174 verify(mNotificationManager, never()).createNotificationChannel(any()); in onReceiveEnableMms_NoExtra_notificationShouldNotSend()
187 verify(mNotificationManager, never()).createNotificationChannel(any()); in onReceiveEnableMms_MmsDataAlreadyEnabled_notificationShouldNotSend()
196 verify(mNotificationManager, never()).createNotificationChannel(any()); in onReceivePrimarySubListChange_NoExtra_notificationShouldNotSend()
211 verify(mNotificationManager).createNotificationChannel(nc.capture()); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend()
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationChannelManager.java128 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createIncomingCallChannel()
142 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createOngoingCallChannel()
156 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createMissedCallChannel()
168 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createDefaultChannel()
DVoicemailChannelUtils.java137 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createGlobalVoicemailChannel()
189 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createVoicemailChannelForAccount()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt166 nm.createNotificationChannel(channel) in showLowPriorityNotification()
221 nm.createNotificationChannel(channel) in showHighPriorityNotification()
299 nm.createNotificationChannel(channel) in updateUpcomingAlarmGroupNotification()
343 nm.createNotificationChannel(channel) in updateMissedAlarmGroupNotification()
361 nm.createNotificationChannel(channel) in updateMissedAlarmGroupNotification()
426 nm.createNotificationChannel(channel) in showSnoozeNotification()
486 nm.createNotificationChannel(channel) in showMissedNotification()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java54 mManager.createNotificationChannel(new NotificationChannel( in onCreate()
60 mManager.createNotificationChannel(noSoundChannel); in onCreate()
62 mManager.createNotificationChannel(new NotificationChannel( in onCreate()
67 mManager.createNotificationChannel(new NotificationChannel( in onCreate()
70 mManager.createNotificationChannel(new NotificationChannel( in onCreate()
73 mManager.createNotificationChannel(new NotificationChannel( in onCreate()
/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java125 createNotificationChannel(CHANNEL_CONNECTED, in NetworkStackNotifier()
129 createNotificationChannel(CHANNEL_VENUE_INFO, in NetworkStackNotifier()
140 private void createNotificationChannel(@NonNull String id, @StringRes int title, in createNotificationChannel() method in NetworkStackNotifier
147 getNotificationManagerForChannels().createNotificationChannel(channel); in createNotificationChannel()
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerService.java112 notificationManager.createNotificationChannel(appRunningNotificationChannel); in sendServiceRunningNotification()
122 notificationManager.createNotificationChannel(silentNotificationChannel); in sendServiceRunningNotification()
134 notificationManager.createNotificationChannel(smsChannel); in sendServiceRunningNotification()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java137 createNotificationChannel(); in onCreate()
204 private void createNotificationChannel() { in createNotificationChannel() method in DvrRecordingService
212 .createNotificationChannel(mNotificationChannel); in createNotificationChannel()
/packages/apps/PermissionController/src/com/android/packageinstaller/incident/
DPendingList.java239 createNotificationChannel(); in showNotifications()
283 private void createNotificationChannel() { in createNotificationChannel() method in PendingList.Updater
292 mNm.createNotificationChannel(channel); in createNotificationChannel()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java58 notificationManager.createNotificationChannel(channel); in showResumeNotification()
82 notificationManager.createNotificationChannel(channel); in showPrivacyReminderNotification()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java218 notificationManager.createNotificationChannel(notificationChannel); in createSimSelectNotification()
258 notificationManager.createNotificationChannel(notificationChannel); in createEnableMmsNotification()
305 notificationManager.createNotificationChannel(notificationChannel); in createSimCombinationWarningNotification()
/packages/services/BuiltInPrintService/src/com/android/bips/
DBuiltInPrintService.java112 createNotificationChannel(); in onCreate()
291 private void createNotificationChannel() { in createNotificationChannel() method in BuiltInPrintService
297 manager.createNotificationChannel(channel); in createNotificationChannel()
/packages/apps/Settings/tests/unit/src/com/android/settings/notification/
DChannelNotificationSettingsTest.java72 mNm.createNotificationChannel(mNotificationChannel); in setUp()
91 mNm.createNotificationChannel(blocked); in launchNotificationSettings_blockedChannel()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java100 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_ACTIVE, in DownloadNotifier()
103 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_WAITING, in DownloadNotifier()
106 mNotifManager.createNotificationChannel(new NotificationChannel(CHANNEL_COMPLETE, in DownloadNotifier()
/packages/apps/Traceur/src/com/android/traceur/
DReceiver.java270 notificationManager.createNotificationChannel(tracingChannel); in createNotificationChannels()
271 notificationManager.createNotificationChannel(saveTraceChannel); in createNotificationChannels()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java276 mNotificationManager.createNotificationChannel(msgChannel); in setupImportantNotificationChannel()
283 mNotificationManager.createNotificationChannel(msgChannel); in setupSilentNotificationChannel()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java701 notificationManager.createNotificationChannel( in createNotificationChannels()
711 notificationManager.createNotificationChannel(nonEmergency); in createNotificationChannels()
718 notificationManager.createNotificationChannel(emergencyAlertInVoiceCall); in createNotificationChannels()
/packages/apps/Contacts/src/com/android/contacts/util/
DContactsNotificationChannelsUtil.java42 nm.createNotificationChannel(channel); in createDefaultChannel()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java243 nm.createNotificationChannel(downloadChannel); in createNotificationChannels()
251 nm.createNotificationChannel(progressChannel); in createNotificationChannels()
/packages/apps/Nfc/src/com/android/nfc/
DNfcBlockedNotification.java62 notificationManager.createNotificationChannel(mNotificationChannel); in onCreate()
/packages/apps/Car/Media/src/com/android/car/media/service/
DMediaConnectorService.java56 manager.createNotificationChannel(channel); in onCreate()
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java197 mNotificationManager.createNotificationChannel(new NotificationChannel( in onCreate()
201 mNotificationManager.createNotificationChannel(new NotificationChannel( in onCreate()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DBootUsbService.java73 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java63 .createNotificationChannel(channel); in createNotificationBuilder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSelectNotification.java99 notificationManager.createNotificationChannel(notificationChannel); in createNotification()

123