Home
last modified time | relevance | path

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

123

/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/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/notification/
DMigrationNotificationSender.java75 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in sendNotification() local
85 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in clearNotifications() local
97 private void notifyFromSystem( in notifyFromSystem()
113 private void cancelFromSystem(@Nullable NotificationManager notificationManager) { in cancelFromSystem()
145 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel() local
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java275 NotificationManager notificationManager = in createSimSelectNotification() local
282 NotificationManager notificationManager = in cancelSimSelectNotification() local
314 NotificationManager notificationManager = in createEnableMmsNotification() local
321 NotificationManager notificationManager = in cancelEnableMmsNotification() local
361 NotificationManager notificationManager = in createSimCombinationWarningNotification() local
368 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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServerTest.java127 NotificationManager notificationManager = mock(NotificationManager.class); in setNotification() local
143 NotificationManager notificationManager = mock(NotificationManager.class); in clearNotification() local
323 NotificationManager notificationManager = mock(NotificationManager.class); in handleRilInd_whenStateIsDisconnected_callsSendDisconnectInd() local
448 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/apps/Nfc/src/com/android/nfc/
DNfcBlockedNotification.java70 NotificationManager notificationManager = in startNotification() local
DNfcDeveloperOptionNotification.java71 NotificationManager notificationManager = in startNotification() local
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyForegroundService.java52 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/packages/apps/DeskClock/src/com/android/deskclock/settings/
DAlarmVolumePreference.kt119 val notificationManager = in doesDoNotDisturbAllowAlarmPlaybackNPlus() constant
/packages/apps/TvSystemUI/src/com/android/systemui/tv/vpn/
DVpnStatusObserver.kt44 private val notificationManager = NotificationManager.from(context) in <lambda>() 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/DocumentsUI/tests/common/com/android/documentsui/services/
DTestForegroundManager.java30 TestForegroundManager(TestNotificationManager notificationManager) { in TestForegroundManager()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java335 NotificationManager notificationManager = in cancelNotification() local
397 NotificationManager notificationManager = in sendNotificationInternal() local
453 NotificationManager notificationManager = in sendRecommendationCard() local

123