Searched refs:mPortMatcher (Results 1 – 1 of 1) sorted by relevance
3308 private final int mPortMatcher; field in PowerManager.LowPowerStandbyPortDescription3328 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()3349 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()3396 return mPortMatcher; in getPortMatcher()3425 + ", mPortMatcher=" + portMatcherToString(mPortMatcher) in toString()3436 return mProtocol == that.mProtocol && mPortMatcher == that.mPortMatcher in equals()3443 return Objects.hash(mProtocol, mPortMatcher, mPortNumber, mLocalAddress); in hashCode()3456 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()