HomeSort by relevance Sort by last modified time
    Searched full:usernameandpassword (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 436 String usernameAndPassword = pa.getUserName() + ":" + new String(pa.getPassword());
437 byte[] bytes = usernameAndPassword.getBytes(Charsets.ISO_8859_1);

Completed in 160 milliseconds