Home
last modified time | relevance | path

Searched defs:getContentIntent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java137 private PendingIntent getContentIntent(Context context, String packageName) { in getContentIntent() method in AlertWindowNotification
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DSliceBuilderUtils.java244 public static Intent getContentIntent(Context context, SliceData sliceData) { in getContentIntent() method in SliceBuilderUtils
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java11946 public PendingIntent getContentIntent() { in getContentIntent() method in Notification.Builder.TvExtender