Searched refs:otherRequest (Results 1 – 5 of 5) sorted by relevance
157 final TetheringRequestParcel otherRequest) { in isTetheringRequestEquals() argument158 if (request == otherRequest) return true; in isTetheringRequestEquals()160 return request != null && otherRequest != null in isTetheringRequestEquals()161 && request.tetheringType == otherRequest.tetheringType in isTetheringRequestEquals()162 && Objects.equals(request.localIPv4Address, otherRequest.localIPv4Address) in isTetheringRequestEquals()163 && Objects.equals(request.staticClientAddress, otherRequest.staticClientAddress) in isTetheringRequestEquals()164 && request.exemptFromEntitlementCheck == otherRequest.exemptFromEntitlementCheck in isTetheringRequestEquals()165 && request.showProvisioningUi == otherRequest.showProvisioningUi in isTetheringRequestEquals()166 && request.connectivityScope == otherRequest.connectivityScope; in isTetheringRequestEquals()
190 SensorRequest otherRequest(SensorMode::Off, Nanoseconds(1), Nanoseconds(1)); in TEST() local191 EXPECT_FALSE(request.mergeWith(otherRequest)); in TEST()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
4362 NetworkRequest otherRequest = nai.requestAt(i); in removeSatisfiedNetworkRequestFromNetwork() local4363 if (otherRequest.legacyType == requestLegacyType in removeSatisfiedNetworkRequestFromNetwork()4364 && otherRequest.isRequest()) { in removeSatisfiedNetworkRequestFromNetwork()