Searched refs:errorText (Results 1 – 5 of 5) sorted by relevance
118 String errorText = "processMessage: unhandled message type " + msg.what; in processMessage() local120 throw new RuntimeException(errorText); in processMessage()122 loge(errorText); in processMessage()
331 String errorText = "processMessage: unhandled message type " + msg.what + in processMessage() local341 throw new RuntimeException(errorText); in processMessage()343 loge(errorText); in processMessage()
130 public void onError(String errorText, boolean commandError); in onError() argument199 public void onError(String errorText, boolean commandError) { in onError() argument202 + errorText); in onError()206 System.out.println(errorText); in onError()290 public void onError(String errorText, boolean commandError) { in onError() argument296 proto.write(InstrumentationData.SessionStatus.ERROR_TEXT, errorText); in onError()
75 String errorText(); in errorText() method
40 typedef void (*ErrorHandlerFunc_t)(uint32_t errorNum, const char *errorText);