Searched refs:EXTRA_DELETE_INTENT (Results 1 – 2 of 2) sorted by relevance
11759 private static final String EXTRA_DELETE_INTENT = "delete_intent"; field in Notification.Builder.TvExtender11792 mDeleteIntent = bundle.getParcelable(EXTRA_DELETE_INTENT); in TvExtender()11813 bundle.putParcelable(EXTRA_DELETE_INTENT, mDeleteIntent); in extend()
7861 Landroid/app/Notification$TvExtender;->EXTRA_DELETE_INTENT:Ljava/lang/String;