Searched refs:invertedString (Results 1 – 1 of 1) sorted by relevance
221 String invertedString = args.get("inverted"); in handleHistoryArguments() local223 if (invertedString != null) { in handleHistoryArguments()224 for (String s : invertedString.split(",")) { in handleHistoryArguments()