OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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