Searched refs:INVOCATION_ERROR (Results 1 – 4 of 4) sorted by relevance
38 private static final String INVOCATION_ERROR = "invocation_error"; field in GetLastCommandResultOp90 String errorDetails = json.optString(INVOCATION_ERROR, null); in unpackResponseFromJson()123 json.put(INVOCATION_ERROR, commandResult.getInvocationErrorDetails()); in packResponseIntoJson()
31 INVOCATION_ERROR, enumConstant
229 case INVOCATION_ERROR: in sendGetLastCommandResult()
54 mStatus = CommandResult.Status.INVOCATION_ERROR; in invocationComplete()