Searched refs:BUYER_CANNOT_BE_NULL (Results 1 – 1 of 1) sorted by relevance
61 private static final String BUYER_CANNOT_BE_NULL = "Buyer cannot be null."; field in SignedContextualAds213 Objects.requireNonNull(buyer, BUYER_CANNOT_BE_NULL); in setBuyer()261 Objects.requireNonNull(mBuyer, BUYER_CANNOT_BE_NULL); in build()