Home | History | Annotate | Download | only in browser

Lines Matching full:uri2

333             Uri uri2 = Uri.parse(otherUrl);
334 return !uri1.getEncodedAuthority().equals(uri2.getEncodedAuthority());