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

  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 331 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build();
332 assertEquals("/a/b/c", withC.getPath());
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 401 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build();
402 assertEquals("/a/b/c", withC.getPath());

Completed in 39 milliseconds