Searched refs:EXTRA_DELETE_INTENT (Results 1 – 3 of 3) sorted by relevance
43 import static android.app.Notification.TvExtender.EXTRA_DELETE_INTENT;954 fakeTypes.putParcelable(EXTRA_DELETE_INTENT, new Bundle()); in testTvExtender_invalidExtra_noCrash()
12170 static final String EXTRA_DELETE_INTENT = "delete_intent"; field in Notification.Builder.TvExtender12203 mDeleteIntent = bundle.getParcelable(EXTRA_DELETE_INTENT, PendingIntent.class); in TvExtender()12224 bundle.putParcelable(EXTRA_DELETE_INTENT, mDeleteIntent); in extend()
7861 Landroid/app/Notification$TvExtender;->EXTRA_DELETE_INTENT:Ljava/lang/String;