Searched refs:Console (Results 1 – 4 of 4) sorted by relevance
24 import com.android.tradefed.command.Console.CaptureList;44 private Console mConsole;73 mConsole = new Console(null) { in setUp()119 mConsole = new Console() { in testRun_withConsoleInteractiveHelp()153 new Console() { in testRun_withConsoleInteractive_noHelp()284 List<String> flat = Console.getFlatArgs(1, cl); in testFlatten()299 Console.getFlatArgs(0, cl); in testFlatten_wrongArgIdx()314 Console.getFlatArgs(1 + cl.size(), cl); in testFlatten_argIdxOOB()
20 import java.io.Console;145 Console console = System.console(); in getPasswords()340 Method encodingMethod = Console.class.getDeclaredMethod("encoding"); in getConsoleEncoding()
79 public class Console extends Thread { class215 protected Console() { in Console() method in Console225 Console(ConsoleReader reader) { in Console() method in Console1136 Console console = new Console(); in main()1146 public static void startConsole(Console console, String[] args) throws InterruptedException, in startConsole()
73 -XX:-OmitStackTraceInFastThrow %TRADEFED_OPTS% -cp %tf_path% com.android.tradefed.command.Console %*