Home
last modified time | relevance | path

Searched defs:readPassword (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/io/
DConsole.annotated.java47 public char[] readPassword(java.lang.String fmt, java.lang.Object... args) { throw new RuntimeExcep… in readPassword() method in Console
49 public char[] readPassword() { throw new RuntimeException("Stub!"); } in readPassword() method in Console
/libcore/ojluni/annotations/hiddenapi/java/io/
DConsole.java66 public char[] readPassword(java.lang.String fmt, java.lang.Object... args) { in readPassword() method in Console
70 public char[] readPassword() { in readPassword() method in Console
/libcore/ojluni/src/main/java/java/io/
DConsole.java311 public char[] readPassword(String fmt, Object ... args) { in readPassword() method in Console
387 public char[] readPassword() { in readPassword() method in Console