Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerManager.java3425 public LowPowerStandbyPortDescription(@Protocol int protocol, @PortMatcher int portMatcher, in LowPowerStandbyPortDescription() argument
3428 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()
3446 public LowPowerStandbyPortDescription(@Protocol int protocol, @PortMatcher int portMatcher, in LowPowerStandbyPortDescription() argument
3449 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()
3462 private String portMatcherToString(int portMatcher) { in portMatcherToString() argument
3463 switch (portMatcher) { in portMatcherToString()
3467 return String.valueOf(portMatcher); in portMatcherToString()
3556 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()
3595 parcelablePortDescription.portMatcher, in fromParcelable()
DIPowerManager.aidl107 int portMatcher;