Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java46 private final String mCountryCode; field in SimCard
63 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()
/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneNumberFormatter.java35 private final String mCountryCode; field in PhoneNumberFormatter.TextWatcherLoadAsyncTask
41 mCountryCode = countryCode; in TextWatcherLoadAsyncTask()
48 return PhoneNumberFormattingTextWatcherCompat.newInstance(mCountryCode); in doInBackground()