Home
last modified time | relevance | path

Searched refs:Console (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java24 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()
/tools/apksig/src/apksigner/java/com/android/apksigner/
DPasswordRetriever.java20 import java.io.Console;
145 Console console = System.console(); in getPasswords()
340 Method encodingMethod = Console.class.getDeclaredMethod("encoding"); in getConsoleEncoding()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java79 public class Console extends Thread { class
215 protected Console() { in Console() method in Console
225 Console(ConsoleReader reader) { in Console() method in Console
1136 Console console = new Console(); in main()
1146 public static void startConsole(Console console, String[] args) throws InterruptedException, in startConsole()
/tools/tradefederation/core/
Dtradefed_win.bat73 -XX:-OmitStackTraceInFastThrow %TRADEFED_OPTS% -cp %tf_path% com.android.tradefed.command.Console %*