Searched refs:mPortMatcher (Results 1 – 1 of 1) sorted by relevance
3408 private final int mPortMatcher; field in PowerManager.LowPowerStandbyPortDescription3428 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()3449 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()3496 return mPortMatcher; in getPortMatcher()3525 + ", mPortMatcher=" + portMatcherToString(mPortMatcher) in toString()3536 return mProtocol == that.mProtocol && mPortMatcher == that.mPortMatcher in equals()3543 return Objects.hash(mProtocol, mPortMatcher, mPortNumber, mLocalAddress); in hashCode()3556 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()