Searched refs:mMaxAnrLength (Results 1 – 1 of 1) sorted by relevance
39 private int mMaxAnrLength; field in AdnCapacity55 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()