Searched defs:out (Results 1 – 5 of 5) sorted by relevance
65 String out = getAppLink(TEST_PKG_NAME); in testDefaultAppLinkSettting() local115 String out = getAppLink(YOUTUBE_PKG_NAME); in testVerifiedAppOpenWhenUnverifiedSetToAsk() local161 String out = getAppLink(TEST_PKG_NAME); in testSettingsChangeUI() local196 String out = getAppLink(alwaysOpenApp); in testSysappAppLinkSettings() local216 String out = executeShellCommand(String.format( in openLink() local
46 OutputStream out = new FileOutputStream(file); in saveProcessOutput() local52 public static void saveProcessOutput(Instrumentation instr, String command, OutputStream out) in saveProcessOutput()130 private static void pipe(InputStream in, OutputStream out) throws IOException { in pipe()
120 PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(fileName, true))); in saveVerbose() local216 PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(fileName, true))); in saveCsv() local
146 OutputStream out = new BufferedOutputStream(new FileOutputStream(img)) in takeScreenshot()162 public void screenshotToStream(OutputStream out) { in screenshotToStream()
89 public XmlRunListener(OutputStream out, String suiteName) { in XmlRunListener()