Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java123 .setContentIntent(getContentIntent(context, mPackageName)); in onPostNotification()
137 private PendingIntent getContentIntent(Context context, String packageName) { in getContentIntent() method in AlertWindowNotification
/frameworks/base/core/api/
Dlint-baseline.txt1290 UnflaggedApi: android.app.Notification.TvExtender#getContentIntent():
1291 …API must be flagged with @FlaggedApi: method android.app.Notification.TvExtender.getContentIntent()
Dcurrent.txt6861 method @Nullable public android.app.PendingIntent getContentIntent();
/frameworks/base/core/java/android/app/
DNotification.java13202 public PendingIntent getContentIntent() { in getContentIntent() method in Notification.Builder.TvExtender