Home
last modified time | relevance | path

Searched refs:CountryCodeSource (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java90 private @interface CountryCodeSource {} annotation in ThreadNetworkCountryCode
127 @CountryCodeSource private String mSource;
140 String countryCode, @CountryCodeSource String countryCodeSource, Instant instant) { in CountryCodeInfo()
159 public CountryCodeInfo(String countryCode, @CountryCodeSource String countryCodeSource) { in CountryCodeInfo()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DConstraints.java31 import com.google.i18n.phonenumbers.Phonenumber.PhoneNumber.CountryCodeSource;
166 != CountryCodeSource.FROM_DEFAULT_COUNTRY) {