Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java1092 int userInfoSeparator = authority.indexOf('@'); in parseHost() local
1093 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()
1096 ? authority.substring(userInfoSeparator + 1) in parseHost()
1097 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()
1118 int userInfoSeparator = authority.indexOf('@'); in parsePort() local
1119 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()