Searched refs:logCmd (Results 1 – 1 of 1) sorted by relevance
479 final String logCmd = logBuilder.toString(); in executeForList() local481 log("SND -> {" + logCmd + "}"); in executeForList()497 event = mResponseQueue.remove(sequenceNumber, timeoutMs, logCmd); in executeForList()499 loge("timed-out waiting for response to " + logCmd); in executeForList()500 throw new NativeDaemonTimeoutException(logCmd, event); in executeForList()508 loge("NDC Command {" + logCmd + "} took too long (" + (endTime - startTime) + "ms)"); in executeForList()512 throw new NativeDaemonArgumentException(logCmd, event); in executeForList()515 throw new NativeDaemonFailureException(logCmd, event); in executeForList()613 public final String logCmd; field in NativeDaemonConnector.ResponseQueue.PendingCmd635 public PendingCmd(int cmdNum, String logCmd) { in PendingCmd() argument[all …]