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