Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 2 of 2) 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/core/java/android/app/
DNotification.java302 public PendingIntent contentIntent; field in Notification
2164 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()
2935 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()