Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/android/net/util/
DTetheringUtils.java122 final TetheringRequestParcel otherRequest) { in isTetheringRequestEquals() argument
123 if (request == otherRequest) return true; in isTetheringRequestEquals()
125 return request != null && otherRequest != null in isTetheringRequestEquals()
126 && request.tetheringType == otherRequest.tetheringType in isTetheringRequestEquals()
127 && Objects.equals(request.localIPv4Address, otherRequest.localIPv4Address) in isTetheringRequestEquals()
128 && Objects.equals(request.staticClientAddress, otherRequest.staticClientAddress) in isTetheringRequestEquals()
129 && request.exemptFromEntitlementCheck == otherRequest.exemptFromEntitlementCheck in isTetheringRequestEquals()
130 && request.showProvisioningUi == otherRequest.showProvisioningUi; in isTetheringRequestEquals()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3627 NetworkRequest otherRequest = nai.requestAt(i); in handleRemoveNetworkRequest() local
3628 if (otherRequest.legacyType == nri.request.legacyType && in handleRemoveNetworkRequest()
3629 otherRequest.isRequest()) { in handleRemoveNetworkRequest()