Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java272 PendingIntent contentIntent = getInstallerEntranceIntent(); in getGroupNotificationBuilder() local
297 PendingIntent contentIntent = getInstalledAppLaunchIntent(); in getAppInstalledNotificationBuilder() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java114 final PendingIntent contentIntent = notification.contentIntent != null in startDragAndDrop() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/tv/
DTvPipNotificationTests.kt177 private val StatusBarNotification.contentIntent: PendingIntent? constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.kt80 val contentIntent: PendingIntent?, constant in com.android.systemui.statusbar.notification.shared.ActiveNotificationModel
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java694 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_resilientToAnotherNotificationInExtras() local
715 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_alsoInPublicVersion() local
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java725 PendingIntent contentIntent = PendingIntent.getActivity(mContext, sensor, in showSensorUseReminderNotification() local
/frameworks/base/core/java/android/app/
DNotification.java393 public PendingIntent contentIntent; field in Notification
2776 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()
3876 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()