Searched refs:EXTRA_CONTENT_INTENT (Results 1 – 3 of 3) sorted by relevance
47 import static android.app.Notification.TvExtender.EXTRA_CONTENT_INTENT;1043 fakeTypes.putParcelable(EXTRA_CONTENT_INTENT, new Bundle()); in testTvExtender_invalidExtra_noCrash()
13066 static final String EXTRA_CONTENT_INTENT = "content_intent"; field in Notification.Builder.TvExtender13099 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT, PendingIntent.class); in TvExtender()13118 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent); in extend()
7860 Landroid/app/Notification$TvExtender;->EXTRA_CONTENT_INTENT:Ljava/lang/String;