Searched refs:otherRequest (Results 1 – 2 of 2) sorted by relevance
122 final TetheringRequestParcel otherRequest) { in isTetheringRequestEquals() argument123 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()
3627 NetworkRequest otherRequest = nai.requestAt(i); in handleRemoveNetworkRequest() local3628 if (otherRequest.legacyType == nri.request.legacyType && in handleRemoveNetworkRequest()3629 otherRequest.isRequest()) { in handleRemoveNetworkRequest()