Searched refs:updateLinkProperty (Results 1 – 3 of 3) sorted by relevance
293 UpdateLinkPropertyResult result = dc.updateLinkProperty(newState); in onDataStateChanged()
682 public UpdateLinkPropertyResult updateLinkProperty(DataCallResponse newState) { in updateLinkProperty() method in DataConnection1423 result = updateLinkProperty(response).setupResult; in onSetupConnectionCompleted()
110 doReturn(mResult).when(mDc).updateLinkProperty(any(DataCallResponse.class)); in setUp()