Searched refs:getDetails (Results 1 – 6 of 6) sorted by relevance
147 if (status.getDetails() != null) { in updateUIAtCurrentCard()148 logError("Error:" + status.getDetails()); in updateUIAtCurrentCard()236 String details = status.getDetails(); in onFinish()240 NotifyManager.getInstance().showError(status.getDetails()); in onFinish()
35 public String getDetails() { in getDetails() method in OperationStatus
162 String error = "Handshaker service error: " + status.getDetails(); in handleResponse()
792 return c.getDetails(); in callGetDetails()945 state = c.getDetails().getVideoState(); in videoCallGetState()
11384 java.lang.String getDetails(); in getDetails() method11500 public java.lang.String getDetails() { in getDetails() method in Handshaker.HandshakerStatus11584 result = result && getDetails() in equals()11585 .equals(other.getDetails()); in equals()11600 hash = (53 * hash) + getDetails().hashCode(); in hashCode()11802 if (!other.getDetails().isEmpty()) { in mergeFrom()11879 public java.lang.String getDetails() { in getDetails() method in Handshaker.HandshakerStatus.Builder11937 details_ = getDefaultInstance().getDetails(); in clearDetails()
1277 callInfo.put("Details", build(call.getDetails())); in buildCall()