Home
last modified time | relevance | path

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

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