Searched refs:logCmd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java355 final String logCmd = logBuilder.toString();
357 log("SND -> {" + logCmd + "}");
373 event = mResponseQueue.remove(sequenceNumber, timeout, logCmd);
375 loge("timed-out waiting for response to " + logCmd);
376 throw new NativeDaemonFailureException(logCmd, event);
384 loge("NDC Command {" + logCmd + "} took too long (" + (endTime - startTime) + "ms)");
388 throw new NativeDaemonArgumentException(logCmd, event);
391 throw new NativeDaemonFailureException(logCmd, event);
489 public final String logCmd; field in class:NativeDaemonConnector.ResponseQueue.PendingCmd
511 public PendingCmd(int cmdNum, String logCmd) { argument
561 remove(int cmdNum, int timeoutMs, String logCmd) argument
[all...]

Completed in 51 milliseconds