Home
last modified time | relevance | path

Searched refs:notificationManager (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java48 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/
DVpnStatusObserver.kt44 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/
DNotificationChannelHelper.java40 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/
DWifiSoftApConfigChangedNotifier.java48 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/
DToastRecord.java41 protected ToastRecord(NotificationManagerService notificationManager, int uid, int pid, in ToastRecord() argument
44 this.mNotificationManager = notificationManager; in ToastRecord()
DCustomToastRecord.java39 public CustomToastRecord(NotificationManagerService notificationManager, int uid, int pid, in CustomToastRecord() argument
42 super(notificationManager, uid, pid, packageName, isSystemToast, token, duration, in CustomToastRecord()
DTextToastRecord.java44 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/
DUninstallFinish.java72 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()
DUninstallerActivity.java349 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/
DMockLockSettingsContext.java49 NotificationManager notificationManager, DevicePolicyManager devicePolicyManager, in MockLockSettingsContext() argument
55 mNotificationManager = notificationManager; in MockLockSettingsContext()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java94 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/
DNotificationListener.java62 NotificationManager notificationManager, in NotificationListener() argument
65 mNotificationManager = notificationManager; in NotificationListener()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java576 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/
DToastUI.java88 ToastUI(Context context, CommandQueue commandQueue, INotificationManager notificationManager, in ToastUI() argument
94 mNotificationManager = notificationManager; in ToastUI()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java382 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/
DVolumeDialogControllerImplTest.java183 NotificationManager notificationManager, in TestableVolumeDialogControllerImpl() argument
191 notificationManager, optionalVibrator, iAudioService, accessibilityManager, in TestableVolumeDialogControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIModule.java190 @Nullable IStatusBarService statusBarService, INotificationManager notificationManager, in provideBubblesManager() argument
198 configurationController, statusBarService, notificationManager, in provideBubblesManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java150 NotificationManager notificationManager, in provideNotificationListener() argument
153 context, notificationManager, mainHandler); in provideNotificationListener()
/frameworks/base/core/java/android/widget/
DToastPresenter.java80 INotificationManager notificationManager, String packageName) { in ToastPresenter() argument
84 mNotificationManager = notificationManager; in ToastPresenter()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java610 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/
DBubblesManager.java138 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/
DNotificationsModule.java134 INotificationManager notificationManager, in provideNotificationGutsManager() argument
153 notificationManager, in provideNotificationGutsManager()
/frameworks/base/services/core/java/com/android/server/testharness/
DTestHarnessModeService.java259 NotificationManager notificationManager = in showNotificationIfEnabled() local
261 notificationManager.notifyAsUser( in showNotificationIfEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java87 UiEventLogger uiEventLogger, NotificationManager notificationManager, in RecordingService() argument
92 mNotificationManager = notificationManager; in RecordingService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java363 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()

12