Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnCapacity.java32 private int mUsedEmailCount; field in AdnCapacity
48 mUsedEmailCount = usedEmailCount; in AdnCapacity()
74 return mUsedEmailCount; in getUsedEmailCount()
118 + ", used email=" + mUsedEmailCount in toString()
163 dest.writeInt(mUsedEmailCount); in writeToParcel()
179 && capacity.getUsedEmailCount() == mUsedEmailCount in equals()
197 mHashCode = 31 * mHashCode + mUsedEmailCount; in hashCode()