Searched defs:priceType (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java1003 * @param priceType Pricing type for this content. Must be one of the predefined pricing
1008 public Builder setPricingInformation(@ContentPricing String priceType, argument
1010 mBuilderPriceType = checkNotNull(priceType);
H A DRecommendationExtender.java202 * @param priceType Pricing type for this content. Must be one of the predefined pricing type
209 @ContentRecommendation.ContentPricing String priceType, String priceValue) {
210 mPricingType = priceType;
208 setPricingInformation( @ontentRecommendation.ContentPricing String priceType, String priceValue) argument

Completed in 32 milliseconds