Searched refs:satisfies (Results 1 – 11 of 11) sorted by relevance
42 if (!nai.satisfies(request)) continue; in getBestNetwork()
36 doReturn(satisfy).`when`(it).satisfies(any()) in <lambda>()
292 assertTrue(channelHelper0.satisfies(channelHelper1)); in channelHelpersAreSatisfiedBySame()310 assertFalse(channelHelper0.satisfies(channelHelper1)); in channelHelpersAreNotSatisfiedByDifferent()
73 public abstract boolean satisfies(ChannelHelper otherChannelHelper); in satisfies() method in ChannelHelper
126 public boolean satisfies(ChannelHelper otherChannelHelper) { in satisfies() method in KnownBandsChannelHelper
451 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()
31 If introducing a new `BroadcastReceiver` (not declared in `AndroidManifest`) that satisfies the con…
403 // allow nextafter to return a valid normal number that satisfies the
1955 if (nai != null && nai.satisfies(mDefaultRequest)) {3514 if (nri.request.isRequest() && nai.satisfies(nri.request) && in unneeded()6731 if (nai.isSatisfyingRequest(nr.requestId) && !nai.satisfies(nr)) { in processNewlyLostListenRequests()6742 if (nai.satisfies(nr) && !nai.isSatisfyingRequest(nr.requestId)) { in processNewlySatisfiedListenRequests()7990 if (nai.satisfies(nri.request)) { in handleRegisterConnectivityDiagnosticsCallback()8116 if (nai.satisfies(nri.request)) { in getMatchingPermissionedCallbacks()
236 source code from the same place satisfies the requirement to
12764 HPLcom/android/server/connectivity/NetworkAgentInfo;->satisfies(Landroid/net/NetworkRequest;)Z