Searched refs:str (Results 1 – 4 of 4) sorted by relevance
59 String str = "echo 3 > /proc/sys/vm/drop_caches && echo Success || echo Failure"; in executeDropCaches() local61 writer.write(str); in executeDropCaches()
266 String str = reader.readLine(); in executeShellCommand() local268 return str; in executeShellCommand()
398 String str = result.split("\\s+")[0]; in getNumberOfSuggestions() local399 return Integer.parseInt(str); in getNumberOfSuggestions()
195 static SpannableStringBuilder BOLD(CharSequence str) { in BOLD() argument196 final SpannableStringBuilder ssb = new SpannableStringBuilder(str); in BOLD()