Home
last modified time | relevance | path

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

12345678910>>...30

/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DNotifications.kt54 val notificationManager = constant
105 val notificationManager = in showNotification() constant
119 val notificationManager = in buildNotification() constant
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
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()
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()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricNotificationUtils.java76 final NotificationManager notificationManager = in showReEnrollmentNotification() local
347 final NotificationManager notificationManager = in showNotificationHelper() local
388 final NotificationManager notificationManager = in cancelFaceReEnrollNotification() local
398 final NotificationManager notificationManager = in cancelFaceEnrollNotification() local
408 final NotificationManager notificationManager = in cancelFingerprintEnrollNotification() local
418 final NotificationManager notificationManager = in cancelBadCalibrationNotification() local
428 final NotificationManager notificationManager = in cancelFingerprintReEnrollNotification() local
/aosp_15_r20/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
H A DNotificationUtils.java85 NotificationManager notificationManager = in updateNotificationToOngoing() local
97 NotificationManager notificationManager = c.getSystemService(NotificationManager.class); in clearNotification() local
104 NotificationManager notificationManager = c.getSystemService(NotificationManager.class); in deleteNotificationChannel() local
116 NotificationManager notificationManager = c.getSystemService(NotificationManager.class); in isTargetNotificationPosted() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/ui/view/
DContextualEduUiCoordinator.java39 private final android.app.NotificationManager notificationManager = null; field in ContextualEduUiCoordinator
61 android.app.NotificationManager notificationManager, @org.jetbrains.annotations.NotNull() in ContextualEduUiCoordinator()
72 android.app.NotificationManager notificationManager, @org.jetbrains.annotations.NotNull() in ContextualEduUiCoordinator()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/notifications/
DHealthConnectNotificationSender.java181 NotificationManager notificationManager, Notification notification) { in notifyFromSystem()
192 private void cancelFromSystem(NotificationManager notificationManager) { in cancelFromSystem()
216 NotificationManager notificationManager = getNotificationManagerForUser(userHandle); in createNotificationChannel() local
/aosp_15_r20/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/
H A DUtils.kt26 val notificationManager = context.getSystemService(NotificationManager::class.java)!! in ensureNotificationChannel() constant
/aosp_15_r20/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/
H A DUtils.kt26 val notificationManager = context.getSystemService(NotificationManager::class.java)!! in ensureNotificationChannel() constant
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
H A DSendNotification.java56 NotificationManager notificationManager = in sendNotification() local
68 NotificationManager notificationManager = in cancelNotification() local
/aosp_15_r20/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationTrigger.java100 NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context); in showConsentNotificationV2() local
229 NotificationManagerCompat notificationManager = NotificationManagerCompat.from(context); in showConsentNotification() local
564 NotificationManager notificationManager = in createNotificationChannel() local
/aosp_15_r20/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
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/
DZenModesCleanupStartable.java22 private final android.app.NotificationManager notificationManager = null; field in ZenModesCleanupStartable
30 android.app.NotificationManager notificationManager) { in ZenModesCleanupStartable()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/
DScreenshotNotificationsController.java27 private final android.app.NotificationManager notificationManager = null; field in ScreenshotNotificationsController
36 android.app.NotificationManager notificationManager, @org.jetbrains.annotations.NotNull() in ScreenshotNotificationsController()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java82 final NotificationManagerCompat notificationManager = in postStorageLowNotification() local
93 final NotificationManagerCompat notificationManager = in cancelStorageLowNotification() local
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DNotificationActivity.java76 NotificationManager notificationManager = getSystemService(NotificationManager.class); in postNotification() local
88 NotificationManager notificationManager = getSystemService(NotificationManager.class); in createNotificationChannel() local
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java60 final NotificationManager notificationManager = in showResumeNotification() local
84 final NotificationManager notificationManager = in showPrivacyReminderNotification() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt501 val notificationManager = in createPermissionReminderChannel() constant
557 val notificationManager = in createNotificationForNotificationListener() constant
1046 val notificationManager = in onReceive() constant
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DNotificationUtil.java95 NotificationManager notificationManager = in createNotificationChannel() local
119 NotificationManager notificationManager = in setNotification() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DNotificationUtil.java110 NotificationManager notificationManager = in createNotificationChannel() local
134 NotificationManager notificationManager = in setNotification() local

12345678910>>...30