/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/ |
D | SimSelectNotificationTest.java | 151 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/ |
D | NotificationChannelManager.java | 128 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()
|
D | VoicemailChannelUtils.java | 137 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createGlobalVoicemailChannel() 189 context.getSystemService(NotificationManager.class).createNotificationChannel(channel); in createVoicemailChannelForAccount()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 54 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/apps/TV/src/com/android/tv/dvr/recorder/ |
D | DvrRecordingService.java | 137 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/ |
D | PendingList.java | 239 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/ |
D | NotificationHelper.java | 58 notificationManager.createNotificationChannel(channel); in showResumeNotification() 82 notificationManager.createNotificationChannel(channel); in showPrivacyReminderNotification()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 217 notificationManager.createNotificationChannel(notificationChannel); in createSimSelectNotification() 257 notificationManager.createNotificationChannel(notificationChannel); in createEnableMmsNotification() 305 notificationManager.createNotificationChannel(notificationChannel); in createSimCombinationWarningNotification()
|
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | BuiltInPrintService.java | 112 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/ |
D | ChannelNotificationSettingsTest.java | 72 mNm.createNotificationChannel(mNotificationChannel); in setUp() 91 mNm.createNotificationChannel(blocked); in launchNotificationSettings_blockedChannel()
|
D | AppNotificationSettingsTest.java | 151 mNm.createNotificationChannel(channel); in createChannel()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerService.java | 112 notificationManager.createNotificationChannel(appRunningNotificationChannel); in sendServiceRunningNotification() 124 notificationManager.createNotificationChannel(smsChannel); in sendServiceRunningNotification()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 100 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/google/android/traceur/ |
D | Receiver.java | 267 notificationManager.createNotificationChannel(tracingChannel); in createNotificationChannels() 268 notificationManager.createNotificationChannel(saveTraceChannel); in createNotificationChannels()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ContactsNotificationChannelsUtil.java | 42 nm.createNotificationChannel(channel); in createDefaultChannel()
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugReportService.java | 165 mNotificationManager.createNotificationChannel(new NotificationChannel( in onCreate() 169 mNotificationManager.createNotificationChannel(new NotificationChannel( in onCreate()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | BootUsbService.java | 73 notificationManager.createNotificationChannel(notificationChannel); in onCreate()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | NotificationChannelManager.java | 64 getNotificationManager(context).createNotificationChannel(channel); in createOrUpdateChannel()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/ |
D | SimSelectNotification.java | 99 notificationManager.createNotificationChannel(notificationChannel); in createNotification()
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | NotificationUtils.java | 63 .createNotificationChannel(channel); in createNotificationBuilder()
|
/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/ |
D | TelephonyRegistryTestApp.java | 139 notificationManager.createNotificationChannel(channel); in onCreate()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | InCallNotificationController.java | 90 mNotificationManager.createNotificationChannel(notificationChannel); in InCallNotificationController()
|
D | MissedCallNotificationController.java | 106 mNotificationManager.createNotificationChannel(notificationChannel); in MissedCallNotificationController()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 754 NotificationManager.from(context).createNotificationChannel( in createNotificationChannels() 764 NotificationManager.from(context).createNotificationChannel(nonEmergency); in createNotificationChannels()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 108 mgr.createNotificationChannel(notificationChannel); in onCreate()
|