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

/frameworks/support/recommendation/src/android/support/app/recommendation/
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
H A DContentRecommendation.java1001 * @param priceType Pricing type for this content. Must be one of the predefined pricing
1006 public Builder setPricingInformation(@ContentPricing String priceType, argument
1008 mBuilderPriceType = checkNotNull(priceType);

Completed in 43 milliseconds