Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/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/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.java127 CommandRunner console = new CommandRunner(); in main() local
128 console.run(mainArgs); in main()
129 System.exit(console.getErrorCode().getCodeValue()); in main()
/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.java150 TradefedSandboxRunner console = new TradefedSandboxRunner(); in main() local
151 console.run(mainArgs); in main()
152 System.exit(console.getErrorCode().getCodeValue()); in main()
/tools/tradefederation/contrib/src/com/android/sdk/tests/
DEmulatorSmsPreparer.java37 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in setUp() local
40 console.sendSms("5551212", "test sms"); in setUp()
DEmulatorGpsPreparer.java42 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in setUp() local
43 console.sendLocation(LONGITUDE, LATITUDE, 0); in setUp()
/tools/tradefederation/core/tests/
Drun_tradefed_tests.sh40 --console-result-reporter:suppress-passed-tests \
Drun_tradefed_func_tests.sh43 --console-result-reporter:suppress-passed-tests \
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java746 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in killEmulator() local
747 if (console != null) { in killEmulator()
748 console.kill(); in killEmulator()
/tools/acloud/internal/proto/
Duser_config.proto51 // * They are created in the cloud project console -> API manager.