Searched refs:onHandoverStarted (Results 1 – 5 of 5) sorted by relevance
34 void onHandoverStarted(int result); in onHandoverStarted() method
202 public void onHandoverStarted(@ResultCode int result) { in onHandoverStarted() method in DataServiceCallback206 mCallback.onHandoverStarted(result); in onHandoverStarted()
324 callback.onHandoverStarted(DataServiceCallback.RESULT_ERROR_UNSUPPORTED); in startHandover()
123 callback.onHandoverStarted(toResultCode(ar.exception)); in CellularDataServiceProvider()
323 public void onHandoverStarted(@DataServiceCallback.ResultCode int resultCode) { in onHandoverStarted() method in DataServiceManager.DataServiceCallbackWrapper