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