Searched refs:otherChannelHelper (Results 1 – 2 of 2) sorted by relevance
144 public boolean satisfies(ChannelHelper otherChannelHelper) { in satisfies() argument145 if (!(otherChannelHelper instanceof KnownBandsChannelHelper)) return false; in satisfies()147 (KnownBandsChannelHelper) otherChannelHelper; in satisfies()
76 public abstract boolean satisfies(ChannelHelper otherChannelHelper); in satisfies() argument