Searched refs:console (Results 1 – 15 of 15) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | SM_PTS_INSTRUCTIONS | 48 [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]
|
D | GATT_PTS_INSTRUCTIONS | 230 [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/ |
D | Console.java | 941 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 …]
|
D | CommandRunner.java | 127 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/ |
D | PasswordRetriever.java | 145 Console console = System.console(); in getPasswords() local 146 if (console != null) { in getPasswords() 148 char[] pwd = console.readPassword(description + ": "); in getPasswords()
|
D | help_lineage.txt | 67 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
|
D | help_rotate.txt | 70 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
|
D | help_sign.txt | 118 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/ |
D | TradefedSandboxRunner.java | 150 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/ |
D | EmulatorSmsPreparer.java | 37 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in setUp() local 40 console.sendSms("5551212", "test sms"); in setUp()
|
D | EmulatorGpsPreparer.java | 42 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in setUp() local 43 console.sendLocation(LONGITUDE, LATITUDE, 0); in setUp()
|
/tools/tradefederation/core/tests/ |
D | run_tradefed_tests.sh | 40 --console-result-reporter:suppress-passed-tests \
|
D | run_tradefed_func_tests.sh | 43 --console-result-reporter:suppress-passed-tests \
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 746 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in killEmulator() local 747 if (console != null) { in killEmulator() 748 console.kill(); in killEmulator()
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 51 // * They are created in the cloud project console -> API manager.
|