Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnCapacity.java33 private int mUsedEmailCount; field in AdnCapacity
49 mUsedEmailCount = usedEmailCount; in AdnCapacity()
63 mUsedEmailCount = pbCap.usedEmailRecords; in AdnCapacity()
86 return mUsedEmailCount; in getUsedEmailCount()
152 dest.writeInt(mUsedEmailCount); in writeToParcel()
168 && capacity.getUsedEmailCount() == mUsedEmailCount in equals()
186 mHashCode = 31 * mHashCode + mUsedEmailCount; in hashCode()