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

/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java204 * @param priceValue A string containing a representation of the content price in the current
209 @ContentRecommendation.ContentPricing String priceType, String priceValue) {
211 mPricingValue = priceValue;
208 setPricingInformation( @ontentRecommendation.ContentPricing String priceType, String priceValue) argument
H A DContentRecommendation.java1003 * @param priceValue A string containing a representation of the content price in the
1007 @Nullable String priceValue) {
1009 mBuilderPriceValue = priceValue;
1006 setPricingInformation(@ontentPricing String priceType, @Nullable String priceValue) argument

Completed in 42 milliseconds