Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnCapacity.java37 private int mMaxEmailLength; field in AdnCapacity
53 mMaxEmailLength = maxEmailLength; in AdnCapacity()
94 return mMaxEmailLength; in getMaxEmailLength()
123 + ", max email length =" + mMaxEmailLength in toString()
168 dest.writeInt(mMaxEmailLength); in writeToParcel()
184 && capacity.getMaxEmailLength() == mMaxEmailLength in equals()
202 mHashCode = 31 * mHashCode + mMaxEmailLength; in hashCode()