Searched refs:mCountryCode (Results 1 – 2 of 2) sorted by relevance
46 private final String mCountryCode; field in SimCard63 mCountryCode = other.mCountryCode; in SimCard()78 mCountryCode = countryCode != null ? countryCode.toUpperCase(Locale.US) : null; in SimCard()110 return PhoneNumberUtils.formatNumber(mPhoneNumber, mCountryCode); in getFormattedPhone()118 return mCountryCode; in getCountryCode()212 Objects.equals(mCountryCode, simCard.mCountryCode); in equals()217 int result = Objects.hash(mSimId, mPhoneNumber, mCountryCode); in hashCode()232 ", mCountryCode='" + mCountryCode + '\'' + in toString()
35 private final String mCountryCode; field in PhoneNumberFormatter.TextWatcherLoadAsyncTask41 mCountryCode = countryCode; in TextWatcherLoadAsyncTask()48 return PhoneNumberFormattingTextWatcherCompat.newInstance(mCountryCode); in doInBackground()