Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DUriTest.java230 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build(); in testPathOperations() local
231 assertEquals("/a/b/c", withC.getPath()); in testPathOperations()