Home
last modified time | relevance | path

Searched defs:notificationManager (Results 1 – 25 of 85) sorted by relevance

1234

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java69 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in sendNotification() local
79 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in clearNotifications() local
91 private void notifyFromSystem( in notifyFromSystem()
107 private void cancelFromSystem(@Nullable NotificationManager notificationManager) { in cancelFromSystem()
139 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel() local
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationChannels.java62 NotificationManager notificationManager = in getNotificationManagerForUser() local
94 String getCreatedChannelId(NotificationManager notificationManager, SafetySourceIssue issue) { in getCreatedChannelId()
138 NotificationManager notificationManager = getNotificationManagerForUser(context, user); in createAllChannelsForUser() local
183 private void createAllChannelsWithoutCallingIdentity(NotificationManager notificationManager) { in createAllChannelsWithoutCallingIdentity()
197 private void clearAllChannelsWithoutCallingIdentity(NotificationManager notificationManager) { in clearAllChannelsWithoutCallingIdentity()
DSafetyCenterNotificationSender.java187 NotificationManager notificationManager = getNotificationManagerForUser(userId); in notifyActionSuccess() local
228 NotificationManager notificationManager = getNotificationManagerForUser(userId); in updateNotifications() local
266 NotificationManager notificationManager = getNotificationManagerForUser(userId); in cancelAllNotifications() local
373 NotificationManager notificationManager, in postNotificationForIssue()
395 NotificationManager notificationManager, in cancelStaleNotifications()
430 NotificationManager notificationManager, in notifyFromSystem()
456 NotificationManager notificationManager, @Nullable String tag) { in cancelNotificationFromSystem()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java281 NotificationManager notificationManager = in createSimSelectNotification() local
288 NotificationManager notificationManager = in cancelSimSelectNotification() local
320 NotificationManager notificationManager = in createEnableMmsNotification() local
327 NotificationManager notificationManager = in cancelEnableMmsNotification() local
367 NotificationManager notificationManager = in createSimCombinationWarningNotification() local
374 NotificationManager notificationManager = in cancelSimCombinationWarningNotification() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java82 final NotificationManagerCompat notificationManager = in postStorageLowNotification() local
93 final NotificationManagerCompat notificationManager = in cancelStorageLowNotification() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java60 final NotificationManager notificationManager = in showResumeNotification() local
84 final NotificationManager notificationManager = in showPrivacyReminderNotification() local
/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationThrottler.java71 NotificationManager notificationManager = context.getSystemService(NotificationManager.class); in throttle() local
111 NotificationManager notificationManager = context.getSystemService(NotificationManager.class); in getSortedMatchingNotifications() local
DNotificationChannelManager.java57 NotificationManager notificationManager = context.getSystemService(NotificationManager.class); in initChannels() local
100 NotificationManager notificationManager = context.getSystemService(NotificationManager.class); in getAllExistingChannelIds() local
DDialerNotificationManager.java71 NotificationManager notificationManager = getNotificationManager(context); in cancel() local
92 NotificationManager notificationManager = getNotificationManager(context); in cancelAll() local
DNotificationManagerUtils.java32 NotificationManager notificationManager = context.getSystemService(NotificationManager.class); in cancelAllInGroup() local
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundService.java87 NotificationManager notificationManager = in onCreate() local
120 NotificationManager notificationManager = in onDestroy() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnection.java141 NotificationManager notificationManager = mContext.getSystemService( in onShowIncomingCallUi() local
187 NotificationManager notificationManager = mContext.getSystemService( in onSilence() local
209 NotificationManager notificationManager = mContext.getSystemService( in setConnectionDisconnected() local
DSelfManagedCallNotificationReceiver.java39 NotificationManager notificationManager = context.getSystemService( in onReceive() local
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DUtils.java108 NotificationManager notificationManager = in updateCallStyleNotification_toOngoingCall() local
115 NotificationManager notificationManager = in clearNotification() local
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/notifications/
DHealthConnectNotificationSender.java189 NotificationManager notificationManager, Notification notification) { in notifyFromSystem()
200 private void cancelFromSystem(NotificationManager notificationManager) { in cancelFromSystem()
227 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel() local
/packages/apps/Settings/src/com/android/settings/notification/
DVolumeHelper.kt38 val notificationManager = context.getSystemService(NotificationManager::class.java) in isZenMuted() constant
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServerTest.java126 NotificationManager notificationManager = mock(NotificationManager.class); in setNotification() local
142 NotificationManager notificationManager = mock(NotificationManager.class); in clearNotification() local
322 NotificationManager notificationManager = mock(NotificationManager.class); in handleRilInd_whenStateIsDisconnected_callsSendDisconnectInd() local
447 NotificationManager notificationManager = mock(NotificationManager.class); in handleRfcommReply_statusIndMsg_whenInConnectedState_setsNotification() local
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DNotificationManagerCompat.java24 public NotificationManagerCompat(NotificationManager notificationManager) { in NotificationManagerCompat()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/auto/
DDrivingDecisionReminderService.kt145 val notificationManager = context.getSystemService(NotificationManager::class.java)!! in <lambda>() constant
227 val notificationManager = getSystemService(NotificationManager::class.java)!! in <lambda>() constant
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcBlockedNotification.java70 NotificationManager notificationManager = in startNotification() local
DNfcDeveloperOptionNotification.java71 NotificationManager notificationManager = in startNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/settings/
DAlarmVolumePreference.kt119 val notificationManager = in doesDoNotDisturbAllowAlarmPlaybackNPlus() constant
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java282 final NotificationManagerCompat notificationManager = in postNewMessageSecondaryUserNotification() local
299 final NotificationManagerCompat notificationManager = in cancelSecondaryUserNotification() local
/packages/apps/TvSystemUI/src/com/android/systemui/tv/vpn/
DVpnStatusObserver.kt44 private val notificationManager = NotificationManager.from(context) in <lambda>() constant in com.android.systemui.tv.vpn.VpnStatusObserver
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestForegroundManager.java30 TestForegroundManager(TestNotificationManager notificationManager) { in TestForegroundManager()

1234