Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 8 of 8) 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.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.kt177 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/opt/telephony/src/java/com/android/internal/telephony/data/
DAutoDataSwitchController.java610 PendingIntent contentIntent = PendingIntent.getActivity( in displayAutoDataSwitchNotification() local
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java275 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_resilientToAnotherNotificationInExtras() local
296 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_alsoInPublicVersion() local
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java654 PendingIntent contentIntent = PendingIntent.getActivity(mContext, sensor, in showSensorUseReminderNotification() local
/frameworks/base/core/java/android/app/
DNotification.java369 public PendingIntent contentIntent; field in Notification
2547 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()
3445 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()