Searched defs:EXTRA_CONTENT_INFO_EXTENDER (Results 1 - 1 of 1) sorted by path

/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java45 private static final String EXTRA_CONTENT_INFO_EXTENDER = "android.CONTENT_INFO_EXTENSIONS"; field in class:RecommendationExtender
47 // Keys within EXTRA_CONTENT_INFO_EXTENDER for individual content info options.
85 null : notif.extras.getBundle(EXTRA_CONTENT_INFO_EXTENDER);
128 builder.getExtras().putBundle(EXTRA_CONTENT_INFO_EXTENDER, contentBundle);

Completed in 776 milliseconds