Home
last modified time | relevance | path

Searched refs:console (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java941 return System.console() != null; in isConsoleFunctional()
1136 Console console = new Console(); in main() local
1137 startConsole(console, mainArgs); in main()
1146 public static void startConsole(Console console, String[] args) throws InterruptedException, in startConsole() argument
1154 console.setArgs(nonGlobalArgs); in startConsole()
1155 console.setCommandScheduler(GlobalConfiguration.getInstance().getCommandScheduler()); in startConsole()
1156 console.setKeyStoreFactory(GlobalConfiguration.getInstance().getKeyStoreFactory()); in startConsole()
1157 console.setDaemon(true); in startConsole()
1161 console.start(); in startConsole()
1165 console.awaitScheduler(); in startConsole()
[all …]
DCommandRunner.java147 CommandRunner console = new CommandRunner(); in main() local
148 console.run(mainArgs); in main()
149 System.exit(console.getErrorCode().getCodeValue()); in main()
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DSM_PTS_INSTRUCTIONS48 [Enter Pin from console to PTS]
59 [Enter Pin from console to PTS]
66 [Enter Pin from console to PTS]
73 [Enter Pin from console to PTS]
91 [Enter Pin from console to PTS]
98 [Enter Pin from console to PTS]
105 [Enter Pin from console to PTS]
112 [Enter Pin from console to PTS]
DGATT_PTS_INSTRUCTIONS230 [PTS Interaction] Enter Pin from console into PTS
240 [PTS Interaction] Enter Pin from console into PTS
/tools/apksig/src/apksigner/java/com/android/apksigner/
DPasswordRetriever.java145 Console console = System.console(); in getPasswords() local
146 if (console != null) { in getPasswords()
148 char[] pwd = console.readPassword(description + ": "); in getPasswords()
Dhelp_lineage.txt67 By default, the tool will prompt for password via console
103 produced by encoding the password using the console's
107 and older, the form encoded using the console's charset.
108 On Java 9, apksigner cannot detect the console's charset
Dhelp_rotate.txt70 By default, the tool will prompt for password via console
106 produced by encoding the password using the console's
110 and older, the form encoded using the console's charset.
111 On Java 9, apksigner cannot detect the console's charset
Dhelp_sign.txt118 By default, the tool will prompt for password via console
154 produced by encoding the password using the console's
158 and older, the form encoded using the console's charset.
159 On Java 9, apksigner cannot detect the console's charset
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java157 TradefedSandboxRunner console = new TradefedSandboxRunner(); in main() local
158 console.run(mainArgs); in main()
159 System.exit(console.getErrorCode().getCodeValue()); in main()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java799 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in killEmulator() local
800 if (console != null) { in killEmulator()
801 console.kill(); in killEmulator()
/tools/tradefederation/core/tests/
Drun_tradefed_tests.sh41 --console-result-reporter:suppress-passed-tests \
Drun_tradefed_func_tests.sh43 --console-result-reporter:suppress-passed-tests \
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md17 3.In another console, restart `system_server`:
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md19 3.In another console, switch to user 11:
/tools/acloud/internal/proto/
Duser_config.proto51 // * They are created in the cloud project console -> API manager.