Searched refs:echo (Results 1 – 6 of 6) sorted by relevance
313 echoOff = echo(false); in readPassword()326 echoOff = echo(true); in readPassword()373 private static native boolean echo(boolean on) throws IOException; in echo() method in Console
78 NATIVE_METHOD(Console, echo, "(Z)Z"),
32 DEVICE_EXTERNAL_STORAGE=$(adb shell 'echo -n ${EXTERNAL_STORAGE}')73 DEVICE_EXTERNAL_STORAGE=$(adb shell 'echo -n ${EXTERNAL_STORAGE}')
81 private static native boolean echo(boolean on) throws java.io.IOException; in echo() method in Console
51 private final boolean echo; field in DatagramSocketTest.DatagramServer56 public DatagramServer(InetAddress address, boolean echo) in DatagramServer() argument58 this.echo = echo; in DatagramServer()75 if (echo) { in run()
318 String echo(String s); in echo() method