Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnCapacity.java39 private int mMaxAnrLength; field in AdnCapacity
55 mMaxAnrLength = maxAnrLength; in AdnCapacity()
69 mMaxAnrLength = pbCap.maxAdditionalNumberLen; in AdnCapacity()
110 return mMaxAnrLength; in getMaxAnrLength()
158 dest.writeInt(mMaxAnrLength); in writeToParcel()
174 && capacity.getMaxAnrLength() == mMaxAnrLength; in equals()
192 mHashCode = 31 * mHashCode + mMaxAnrLength; in hashCode()