Searched refs:unspacedCommand (Results 1 – 1 of 1) sorted by relevance
172 String unspacedCommand = command.replaceAll(" ", ""); in run() local173 if (responseValue.startsWith(unspacedCommand)) in run()174 responseValue = responseValue.substring(unspacedCommand.length()); in run()