Searched refs:EXTRA_CONTENT_INTENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java9441 private static final String EXTRA_CONTENT_INTENT = "content_intent"; field in class:Notification.TvExtender
9474 mContentIntent = bundle.getParcelable(EXTRA_CONTENT_INTENT);
9492 bundle.putParcelable(EXTRA_CONTENT_INTENT, mContentIntent);

Completed in 64 milliseconds