Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java147 public String getServiceError() { in getServiceError() method in ControllerService.ControllerBinder
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DMainActivity.java191 String error = binder == null ? "" : binder.getServiceError(); in updateError()
DSensorActivity.java311 String error = binder == null ? "" : binder.getServiceError(); in updateError()
DMultiTouchActivity.java380 String error = binder == null ? "" : binder.getServiceError(); in updateError()