Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java1084 int userInfoSeparator = authority.indexOf('@'); in parseHost() local
1085 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()
1088 ? authority.substring(userInfoSeparator + 1) in parseHost()
1089 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()
1110 int userInfoSeparator = authority.indexOf('@'); in parsePort() local
1111 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()