Searched refs:cmdlog (Results 1 – 1 of 1) sorted by relevance
71 private String cmdlog = null; field in Printer226 if (cmdlog == null) { in setCmdLog()227 cmdlog = new String(newcmds); in setCmdLog()230 cmdlog = cmdlog.concat(newcmds); in setCmdLog()276 if (cmdlog == null) { in getCmdLog()279 return (new String(cmdlog.trim())); in getCmdLog()492 cmdlog = null; in clearLogs()