Home
last modified time | relevance | path

Searched refs:getDetails (Results 1 – 4 of 4) sorted by relevance

/external/autotest/frontend/client/src/autotest/moblab/wizard/
DConfigEditMode.java147 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()
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DOperationStatus.java35 public String getDetails() { in getDetails() method in OperationStatus
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java781 return c.getDetails(); in callGetDetails()
934 state = c.getDetails().getVideoState(); in videoCallGetState()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1079 callInfo.put("Details", build(call.getDetails())); in buildCall()