Home
last modified time | relevance | path

Searched refs:userInfoSeparator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
DUri.java1081 int userInfoSeparator = authority.indexOf('@'); in parseHost() local
1082 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()
1085 ? authority.substring(userInfoSeparator + 1) in parseHost()
1086 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()
1107 int userInfoSeparator = authority.indexOf('@'); in parsePort() local
1108 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()