Home
last modified time | relevance | path

Searched refs:getContentIntent (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java123 .setContentIntent(getContentIntent(context, mPackageName)); in onPostNotification()
137 private PendingIntent getContentIntent(Context context, String packageName) { in getContentIntent() method in AlertWindowNotification
/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DSliceDeepLinkSpringBoard.java64 launchIntent = SliceBuilderUtils.getContentIntent(this, sliceData); in onCreate()
H A DSliceBuilderUtils.java172 final Intent intent = getContentIntent(context, sliceData); in getContentPendingIntent()
244 public static Intent getContentIntent(Context context, SliceData sliceData) { in getContentIntent() method in SliceBuilderUtils
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DSliceBuilderUtilsTest.java353 final Intent intent = SliceBuilderUtils.getContentIntent(mContext, sliceData); in testContentIntent_includesUniqueData()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java11946 public PendingIntent getContentIntent() { in getContentIntent() method in Notification.Builder.TvExtender
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt756 method public android.app.PendingIntent getContentIntent();
/aosp12/frameworks/base/services/
H A Dart-profile44947 PLcom/android/server/wm/AlertWindowNotification;->getContentIntent(Landroid/content/Context;Ljava/l…