Home
last modified time | relevance | path

Searched refs:otherRequest (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/util/
H A DTetheringUtils.java157 final TetheringRequestParcel otherRequest) { in isTetheringRequestEquals() argument
158 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()
/aosp12/system/chre/core/tests/
H A Dsensor_request_test.cc190 SensorRequest otherRequest(SensorMode::Off, Nanoseconds(1), Nanoseconds(1)); in TEST() local
191 EXPECT_FALSE(request.mergeWith(otherRequest)); in TEST()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-api-client-1.30.10.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java4362 NetworkRequest otherRequest = nai.requestAt(i); in removeSatisfiedNetworkRequestFromNetwork() local
4363 if (otherRequest.legacyType == requestLegacyType in removeSatisfiedNetworkRequestFromNetwork()
4364 && otherRequest.isRequest()) { in removeSatisfiedNetworkRequestFromNetwork()