Searched refs:EXTRA_CONTENT_INTENT (Results 1 – 2 of 2) sorted by relevance
10199 private static final String EXTRA_CONTENT_INTENT = "content_intent"; field in Notification.Builder.TvExtender10232 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT); in TvExtender()10250 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()
8387 Landroid/app/Notification$TvExtender;->EXTRA_CONTENT_INTENT:Ljava/lang/String;