Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ui/
H A DDownloadNotificationHelper.java55 @Nullable PendingIntent contentIntent, in buildProgressNotification()
76 @Nullable PendingIntent contentIntent, in buildProgressNotification()
176 @Nullable PendingIntent contentIntent, in buildDownloadCompletedNotification()
194 @Nullable PendingIntent contentIntent, in buildDownloadFailedNotification()
203 @Nullable PendingIntent contentIntent, in buildEndStateNotification()
222 @Nullable PendingIntent contentIntent, in buildNotification()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ui/
H A DDownloadNotificationHelper.java55 @Nullable PendingIntent contentIntent, in buildProgressNotification()
76 @Nullable PendingIntent contentIntent, in buildProgressNotification()
176 @Nullable PendingIntent contentIntent, in buildDownloadCompletedNotification()
194 @Nullable PendingIntent contentIntent, in buildDownloadFailedNotification()
203 @Nullable PendingIntent contentIntent, in buildEndStateNotification()
222 @Nullable PendingIntent contentIntent, in buildNotification()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DStatusBarNotifications.java153 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in makeMoodIntent() local
187 PendingIntent contentIntent = PendingIntent.getActivities(this, 0, in makeDefaultIntent() local
249 PendingIntent contentIntent = makeDefaultIntent(); in setDefault() local
H A DIncomingMessage.java118 PendingIntent contentIntent = PendingIntent.getActivities(this, 0, in showAppNotification() local
173 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showInterstitialNotification() local
H A DAlarmService_Service.java103 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
H A DNotificationBackgroundService.java73 PendingIntent contentIntent = PendingIntent.getService(this, 0, in showNotification() local
H A DNotifyingService.java98 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
H A DLocalService.java104 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
H A DMessengerService.java153 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
H A DJobWorkService.java137 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/sim/
DSimActivationNotifier.java144 PendingIntent contentIntent = in sendNetworkConfigNotification() local
165 PendingIntent contentIntent = in sendSwitchedToRemovableSlotNotification() local
201 PendingIntent contentIntent = in sendEnableDsdsNotification() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.java101 private final android.app.PendingIntent contentIntent = null; field in ActiveNotificationModel
144 android.app.PendingIntent contentIntent, @org.jetbrains.annotations.Nullable() in ActiveNotificationModel()
413 android.app.PendingIntent contentIntent, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DNotificationTvExtenderTest.java74 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, in testTvExtender_SetFields() local
90 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, in testTvExtender_extend() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/slices/
DSliceBuilderUtils.java261 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildToggleSlice() local
289 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildIntentSlice() local
319 final PendingIntent contentIntent = getContentPendingIntent(context, sliceData); in buildSliderSlice() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/spam/promo/
DSpamBlockingPromoHelper.java160 PendingIntent contentIntent, in showSpamBlockingPromoNotification()
180 PendingIntent contentIntent, PendingIntent actionIntent) { in getSpamBlockingPromoNotification()
/aosp_15_r20/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt103 val contentIntent = in newTestDataWithNotifiableIssue() constant
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationFactory.java96 PendingIntent contentIntent = newSafetyCenterPendingIntent(userId); in newNotificationForSuccessfulAction() local
150 PendingIntent contentIntent = newSafetyCenterPendingIntent(issueKey); in newNotificationForIssue() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationListInteractorKt.java29 …sBarChipIconView, int uid, java.lang.String packageName, android.app.PendingIntent contentIntent, … in createOrReuse()
33 …sBarChipIconView, int uid, java.lang.String packageName, android.app.PendingIntent contentIntent, … in isCurrent()
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java272 PendingIntent contentIntent = getInstallerEntranceIntent(); in getGroupNotificationBuilder() local
297 PendingIntent contentIntent = getInstalledAppLaunchIntent(); in getAppInstalledNotificationBuilder() local
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DAccessibilityPrivacySourceTest.kt259 val contentIntent = statusBarNotification!!.notification.contentIntent in testNotificationClickOpenSafetyCenter() constant
DNotificationListenerCheckTest.java215 PendingIntent contentIntent = currentNotification.getNotification().contentIntent; in notificationOnClick_opensSafetyCenter() local
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DSafetyLabelChangesJobServiceTest.kt194 val contentIntent = statusBarNotification!!.notification.contentIntent in runNotificationJob_whenLocationSharingUpdatesForLocationGrantedApps_showsNotification() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerViaListenerTest.kt674 val contentIntent = mock(PendingIntent::class.java) in createOngoingCallNotifEntry() constant
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java643 PendingIntent contentIntent = PendingIntent.getActivity( in showDataRoamingNotification() local
717 PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, in showLimitedSimFunctionWarningNotification() local
DEmergencyCallbackModeService.java195 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent, in showNotification() local

12345678910>>...14