Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecord.java44 String[] mEmails; field in AdnRecord
124 this.mEmails = emails; in AdnRecord()
132 this.mEmails = null; in AdnRecord()
146 return mEmails; in getEmails()
150 this.mEmails = emails; in setEmails()
155 return "ADN Record '" + mAlphaTag + "' '" + mNumber + " " + mEmails + "'"; in toString()
159 return TextUtils.isEmpty(mAlphaTag) && TextUtils.isEmpty(mNumber) && mEmails == null; in isEmpty()
183 Arrays.equals(mEmails, adn.mEmails)); in isEqual()
198 dest.writeStringArray(mEmails); in writeToParcel()
319 mEmails = null; in parseRecord()
[all …]