Searched refs:otherNs (Results 1 – 2 of 2) sorted by relevance
61 val otherNs = TelephonyNetworkSpecifier.Builder().setSubscriptionId(123).build() in testcanBeSatisfiedBy() constant62 assertFalse(target.canBeSatisfiedBy(otherNs)) in testcanBeSatisfiedBy()
127 WifiAwareAgentNetworkSpecifier otherNs = (WifiAwareAgentNetworkSpecifier) other; in canBeSatisfiedBy() local131 if (!otherNs.mNetworkSpecifiers.contains(baw)) { in canBeSatisfiedBy()