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