Home
last modified time | relevance | path

Searched defs:contentIntent (Results 1 – 4 of 4) 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/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.kt430 val contentIntent = mock(PendingIntent::class.java) in createOngoingCallNotifEntry() constant
/frameworks/base/core/java/android/app/
DNotification.java363 public PendingIntent contentIntent; field in Notification
2456 CharSequence contentTitle, CharSequence contentText, Intent contentIntent) in Notification()
3293 CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) { in setLatestEventInfo()