Searched defs:EXTRA_DELETE_INTENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java8306 private static final String EXTRA_DELETE_INTENT = "delete_intent"; field in class:Notification.TvExtender
8336 mDeleteIntent = bundle.getParcelable(EXTRA_DELETE_INTENT);
8356 bundle.putParcelable(EXTRA_DELETE_INTENT, mDeleteIntent);

Completed in 153 milliseconds