Searched refs:StringEscapeUtils (Results 1 – 5 of 5) sorted by relevance
38 String escaped_str = StringEscapeUtils.escapeShell("$money$signs"); in testEscapesDollarSigns()52 StringEscapeUtils.paramsToArgs(expected).toArray()); in testParams_noQuotesNoSpaces()65 StringEscapeUtils.paramsToArgs(expected).toArray()); in testParams_noQuotesWithSpaces()77 StringEscapeUtils.paramsToArgs(expected).toArray()); in testParams_plainQuotes()89 StringEscapeUtils.paramsToArgs(expected).toArray()); in testParams_escapedQuotes()
25 import com.android.tradefed.util.StringEscapeUtils;75 mCmdArgs.addAll(StringEscapeUtils.paramsToArgs(mTfCommandline)); in preRun()
50 import com.android.tradefed.util.StringEscapeUtils;348 mTestMethodName = StringEscapeUtils.escapeShell(testMethodName); in setMethodName()
27 public class StringEscapeUtils { class
64 import com.android.tradefed.util.StringEscapeUtils;1207 String path = StringEscapeUtils.escapeShell(deviceFilePath); in deleteFile()1210 executeShellCommand(String.format("rm -rf %s", StringEscapeUtils.escapeShell(path))); in deleteFile()