/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | BiometricNotificationUtils.java | 48 final NotificationManager notificationManager = in showReEnrollmentNotification() local 110 final NotificationManager notificationManager = in showNotificationHelper() local 127 notificationManager.createNotificationChannel(channel); in showNotificationHelper() 128 notificationManager.notifyAsUser(notificationTag, NOTIFICATION_ID, notification, in showNotificationHelper() 136 final NotificationManager notificationManager = in cancelReEnrollNotification() local 138 notificationManager.cancelAsUser(RE_ENROLL_NOTIFICATION_TAG, NOTIFICATION_ID, in cancelReEnrollNotification() 146 final NotificationManager notificationManager = in cancelBadCalibrationNotification() local 148 notificationManager.cancelAsUser(BAD_CALIBRATION_NOTIFICATION_TAG, NOTIFICATION_ID, in cancelBadCalibrationNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | VpnStatusObserver.kt | 44 private val notificationManager = NotificationManager.from(context) in <lambda>() constant 77 private fun notifyVpnConnected() = notificationManager.notify( in <lambda>() 83 private fun notifyVpnDisconnected() = notificationManager.run { in <lambda>() 97 notificationManager.createNotificationChannel(it) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationChannelHelper.java | 40 INotificationManager notificationManager, in createConversationChannelIfNeeded() argument 58 notificationManager.createConversationNotificationChannelForPackage( in createConversationChannelIfNeeded() 61 channel = notificationManager.getConversationNotificationChannel( in createConversationChannelIfNeeded()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | WifiSoftApConfigChangedNotifier.java | 48 NotificationManager notificationManager = in notifyUserOfConfigConversion() local 57 notificationManager.createNotificationChannel(channel); in notifyUserOfConfigConversion() 59 notificationManager.notify( in notifyUserOfConfigConversion()
|
/frameworks/base/services/core/java/com/android/server/notification/toast/ |
D | ToastRecord.java | 41 protected ToastRecord(NotificationManagerService notificationManager, int uid, int pid, in ToastRecord() argument 44 this.mNotificationManager = notificationManager; in ToastRecord()
|
D | CustomToastRecord.java | 39 public CustomToastRecord(NotificationManagerService notificationManager, int uid, int pid, in CustomToastRecord() argument 42 super(notificationManager, uid, pid, packageName, isSystemToast, token, duration, in CustomToastRecord()
|
D | TextToastRecord.java | 44 public TextToastRecord(NotificationManagerService notificationManager, in TextToastRecord() argument 49 super(notificationManager, uid, pid, packageName, isSystemToast, token, duration, in TextToastRecord()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | UninstallFinish.java | 72 NotificationManager notificationManager = in onReceive() local 80 notificationManager.createNotificationChannel(uninstallFailureChannel); in onReceive() 87 notificationManager.cancel(uninstallId); in onReceive() 196 notificationManager.notify(uninstallId, uninstallFailedNotification.build()); in onReceive()
|
D | UninstallerActivity.java | 349 NotificationManager notificationManager = getSystemService(NotificationManager.class); in startUninstallProgress() local 353 notificationManager.createNotificationChannel(uninstallingChannel); in startUninstallProgress() 361 notificationManager.notify(uninstallId, uninstallingNotification); in startUninstallProgress() 375 notificationManager.cancel(uninstallId); in startUninstallProgress()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | MockLockSettingsContext.java | 49 NotificationManager notificationManager, DevicePolicyManager devicePolicyManager, in MockLockSettingsContext() argument 55 mNotificationManager = notificationManager; in MockLockSettingsContext()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | InstallCarrierAppUtils.java | 94 NotificationManager notificationManager = getNotificationManager(context); in hideAllNotifications() local 95 StatusBarNotification[] activeNotifications = notificationManager.getActiveNotifications(); in hideAllNotifications() 103 notificationManager.cancel(notification.getTag(), notification.getId()); in hideAllNotifications()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 62 NotificationManager notificationManager, in NotificationListener() argument 65 mNotificationManager = notificationManager; in NotificationListener()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
D | WearPackageInstallerService.java | 576 NotificationManager notificationManager = getSystemService(NotificationManager.class); in buildNotification() local 577 notificationManager.createNotificationChannel(mNotificationChannel); in buildNotification() 587 NotificationManager notificationManager = getSystemService(NotificationManager.class); in getLabelAndUpdateNotification() local 589 notificationManager.notify(notifPair.first, notifPair.second); in getLabelAndUpdateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
D | ToastUI.java | 88 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI() argument 94 mNotificationManager = notificationManager; in ToastUI()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 382 NotificationManager notificationManager = (NotificationManager) mContext in setNiNotification() local 384 if (notificationManager == null) { in setNiNotification() 417 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotificationBuilder.build(), in setNiNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImplTest.java | 183 NotificationManager notificationManager, in TestableVolumeDialogControllerImpl() argument 191 notificationManager, optionalVibrator, iAudioService, accessibilityManager, in TestableVolumeDialogControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | SystemUIModule.java | 190 @Nullable IStatusBarService statusBarService, INotificationManager notificationManager, in provideBubblesManager() argument 198 configurationController, statusBarService, notificationManager, in provideBubblesManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StatusBarDependenciesModule.java | 150 NotificationManager notificationManager, in provideNotificationListener() argument 153 context, notificationManager, mainHandler); in provideNotificationListener()
|
/frameworks/base/core/java/android/widget/ |
D | ToastPresenter.java | 80 INotificationManager notificationManager, String packageName) { in ToastPresenter() argument 84 mNotificationManager = notificationManager; in ToastPresenter()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssVisibilityControl.java | 610 NotificationManager notificationManager = (NotificationManager) mContext in postEmergencyLocationUserNotification() local 612 if (notificationManager == null) { in postEmergencyLocationUserNotification() 618 notificationManager.notifyAsUser(/* tag= */ null, /* notificationId= */ 0, in postEmergencyLocationUserNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 138 INotificationManager notificationManager, in create() argument 152 configurationController, statusBarService, notificationManager, in create() 169 INotificationManager notificationManager, in BubblesManager() argument 184 mNotificationManager = notificationManager; in BubblesManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 134 INotificationManager notificationManager, in provideNotificationGutsManager() argument 153 notificationManager, in provideNotificationGutsManager()
|
/frameworks/base/services/core/java/com/android/server/testharness/ |
D | TestHarnessModeService.java | 259 NotificationManager notificationManager = in showNotificationIfEnabled() local 261 notificationManager.notifyAsUser( in showNotificationIfEnabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 87 UiEventLogger uiEventLogger, NotificationManager notificationManager, in RecordingService() argument 92 mNotificationManager = notificationManager; in RecordingService()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmInboundSmsHandlerTest.java | 363 NotificationManager notificationManager = in testNewSmsWithUserLocked_notificationShown() local 365 verify(notificationManager).notify( in testNewSmsWithUserLocked_notificationShown() 393 NotificationManager notificationManager = in testNewSmsFromBlockedNumberWithUserLocked_noNotificationShown() local 395 verify(notificationManager, never()).notify( in testNewSmsFromBlockedNumberWithUserLocked_noNotificationShown()
|