Searched refs:withC (Results 1 – 1 of 1) sorted by relevance
230 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build(); in testPathOperations() local231 assertEquals("/a/b/c", withC.getPath()); in testPathOperations()