Searched refs:combineTokens (Results 1 – 5 of 5) sorted by relevance
61 assertEquals("one two three", QuotationAwareTokenizer.combineTokens("one", "two", "three")); in testCombineTokens_simple()104 assertEquals("--foo \"this is a config\"", QuotationAwareTokenizer.combineTokens("--foo", in testCombineTokens_whitespace()122 assertEquals("--bar \"escap\\\\ed \\\" quotation\"", QuotationAwareTokenizer.combineTokens( in testCombineTokens_escapedQuotation()
151 public static String combineTokens(String... tokens) { in combineTokens() method in QuotationAwareTokenizer
146 String cmdLine = QuotationAwareTokenizer.combineTokens(args); in testCommandLines()
1215 String cmdLine = QuotationAwareTokenizer.combineTokens(args); in internalAddCommand()1271 final String prettyCmdLine = QuotationAwareTokenizer.combineTokens(arrayCommand); in internalAddCommandFile()
288 return QuotationAwareTokenizer.combineTokens(mCommandLine); in getCommandLine()