Searched refs:countryCodeSource (Results 1 – 1 of 1) sorted by relevance
140 String countryCode, @CountryCodeSource String countryCodeSource, Instant instant) { in CountryCodeInfo() argument146 mSource = countryCodeSource; in CountryCodeInfo()159 public CountryCodeInfo(String countryCode, @CountryCodeSource String countryCodeSource) { in CountryCodeInfo() argument160 this(countryCode, countryCodeSource, Instant.now()); in CountryCodeInfo()