Home
last modified time | relevance | path

Searched refs:mPortMatcher (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DPowerManager.java3408 private final int mPortMatcher; field in PowerManager.LowPowerStandbyPortDescription
3428 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()