HomeSort by relevance Sort by last modified time
    Searched refs:userInfoSeparator (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 1033 int userInfoSeparator = authority.indexOf('@');
1034 int portSeparator = authority.indexOf(':', userInfoSeparator);
1037 ? authority.substring(userInfoSeparator + 1)
1038 : authority.substring(userInfoSeparator + 1, portSeparator);
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]

Completed in 511 milliseconds