Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java271 PendingIntent contentIntent = getInstallerEntranceIntent(); in getGroupNotificationBuilder() local
296 PendingIntent contentIntent = getInstalledAppLaunchIntent(); in getAppInstalledNotificationBuilder() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java103 final PendingIntent contentIntent = notification.contentIntent != null in startDragAndDrop() local
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
DTvPipNotificationTests.kt165 private val StatusBarNotification.contentIntent: PendingIntent? constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt618 val contentIntent = mock(PendingIntent::class.java) in createOngoingCallNotifEntry() constant
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java634 PendingIntent contentIntent = PendingIntent.getActivity(mContext, sensor, in showSensorUseReminderNotification() local
/frameworks/base/core/java/android/app/
DNotification.java369 public PendingIntent contentIntent; field in Notification
2510 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()
3372 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()