Searched refs:setLinkProperties (Results 1 – 2 of 2) sorted by relevance
351 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties() method in DataConnectionTest752 assertEquals(SetupResult.SUCCESS, setLinkProperties(response, linkProperties)); in testSetLinkProperties()806 assertEquals(SetupResult.ERROR_INVALID_ARG, setLinkProperties(response, linkProperties)); in testSetLinkPropertiesEmptyAddress()831 assertEquals(SetupResult.SUCCESS, setLinkProperties(response, linkProperties)); in testSetLinkPropertiesEmptyDns()
537 result.setupResult = setLinkProperties(newState, result.newLp); in updateLinkProperty()1491 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties() method in DataConnection