/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
H A D | Notifications.kt | 54 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/ |
D | SafetyCenterNotificationSender.java | 187 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()
|
D | SafetyCenterNotificationChannels.java | 62 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/ |
D | SimSelectNotification.java | 281 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/ |
D | MigrationNotificationSender.java | 69 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 D | BiometricNotificationUtils.java | 76 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 D | NotificationUtils.java | 85 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/ |
D | ContextualEduUiCoordinator.java | 39 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/ |
D | SapServerTest.java | 126 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/ |
D | DrivingDecisionReminderService.kt | 145 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/ |
D | SelfManagedConnection.java | 141 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/ |
D | HealthConnectNotificationSender.java | 181 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 D | Utils.kt | 26 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 D | Utils.kt | 26 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 D | SendNotification.java | 56 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/ |
D | ConsentNotificationTrigger.java | 100 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/ |
D | BaseTunerSetupActivity.java | 335 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/ |
D | ZenModesCleanupStartable.java | 22 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/ |
D | ScreenshotNotificationsController.java | 27 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/ |
D | SmsStorageStatusManager.java | 82 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 D | NotificationActivity.java | 76 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/ |
D | NotificationHelper.java | 60 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/ |
D | NotificationListenerCheck.kt | 501 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 D | NotificationUtil.java | 95 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 D | NotificationUtil.java | 110 NotificationManager notificationManager = in createNotificationChannel() local 134 NotificationManager notificationManager = in setNotification() local
|