Searched refs:portMatcher (Results 1 – 2 of 2) sorted by relevance
3425 public LowPowerStandbyPortDescription(@Protocol int protocol, @PortMatcher int portMatcher, in LowPowerStandbyPortDescription() argument3428 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()3446 public LowPowerStandbyPortDescription(@Protocol int protocol, @PortMatcher int portMatcher, in LowPowerStandbyPortDescription() argument3449 this.mPortMatcher = portMatcher; in LowPowerStandbyPortDescription()3462 private String portMatcherToString(int portMatcher) { in portMatcherToString() argument3463 switch (portMatcher) { in portMatcherToString()3467 return String.valueOf(portMatcher); in portMatcherToString()3556 parcelablePortDescription.portMatcher = portDescription.mPortMatcher; in toParcelable()3595 parcelablePortDescription.portMatcher, in fromParcelable()
107 int portMatcher;