Searched refs:mLowerBound (Results 1 – 3 of 3) sorted by relevance
60 private final String mLowerBound; field in PhoneNumberRange82 mLowerBound = lowerBound; in PhoneNumberRange()89 mLowerBound = in.readStringNoHelper(); in PhoneNumberRange()97 dest.writeStringNoHelper(mLowerBound); in writeToParcel()113 && Objects.equals(mLowerBound, that.mLowerBound) in equals()119 return Objects.hash(mCountryCode, mPrefix, mLowerBound, mUpperBound); in hashCode()127 + ", mLowerBound='" + mLowerBound + '\'' in toString()167 int lower = Integer.parseInt(mLowerBound); in matches()
65 private final Insets mLowerBound; field in WindowInsetsAnimationListener.InsetsAnimation73 mLowerBound = lowerBound; in InsetsAnimation()111 return mLowerBound; in getLowerBound()
35 private final int mLowerBound; field in PortFilter39 mLowerBound = lowerBound; in PortFilter()52 (mLowerBound == NO_BOUND || mLowerBound <= port) && in matches()