Searched refs:mUpperBound (Results 1 – 3 of 3) sorted by relevance
62 private final String mUpperBound; field in PhoneNumberRange84 mUpperBound = upperBound; in PhoneNumberRange()91 mUpperBound = in.readString(); in PhoneNumberRange()99 dest.writeString(mUpperBound); in writeToParcel()115 && Objects.equals(mUpperBound, that.mUpperBound); in equals()120 return Objects.hash(mCountryCode, mPrefix, mLowerBound, mUpperBound); in hashCode()130 + ", mUpperBound='" + mUpperBound + '\'' in toString()170 int upper = Integer.parseInt(mUpperBound); in matches()
191 private final Insets mUpperBound; field in WindowInsetsAnimation.Bounds195 mUpperBound = upperBound; in Bounds()242 return mUpperBound; in getUpperBound()264 mUpperBound, insets.left, insets.top, insets.right, insets.bottom)); in inset()269 return "Bounds{lower=" + mLowerBound + " upper=" + mUpperBound + "}"; in toString()
36 private final int mUpperBound; field in PortFilter40 mUpperBound = upperBound; in PortFilter()53 (mUpperBound == NO_BOUND || mUpperBound >= port); in matches()