Home | History | Annotate | Download | only in dialpadview

Lines Matching defs:countryCode

458   public static void setCurrentCountryIsoForTesting(String countryCode) {
459 currentCountryIsoForTesting = Optional.of(countryCode);
1817 public DialerPhoneNumberFormattingTextWatcher doInBackground(@Nullable String countryCode) {
1818 return new DialerPhoneNumberFormattingTextWatcher(countryCode);
1945 private final String countryCode;
1947 DialerPhoneNumberFormattingTextWatcher(String countryCode) {
1948 super(countryCode);
1949 this.countryCode = countryCode;
1956 if (!Ascii.toUpperCase(countryCode).equals("AR")) {