Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DUri.java1115 int userInfoSeparator = authority.lastIndexOf('@'); in parseHost() local
1116 int portSeparator = authority.indexOf(':', userInfoSeparator); in parseHost()
1119 ? authority.substring(userInfoSeparator + 1) in parseHost()
1120 : authority.substring(userInfoSeparator + 1, portSeparator); in parseHost()
1141 int userInfoSeparator = authority.lastIndexOf('@'); in parsePort() local
1142 int portSeparator = authority.indexOf(':', userInfoSeparator); in parsePort()