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

  /cts/tests/tests/content/src/android/content/cts/
UriMatcherTest.java 27 private static final String sPath1 = "testPath1";
37 private Uri uri1 = Uri.parse("content://" + sAuthority + "/" + sPath1);
53 mUriMatcher.addURI(sAuthority, sPath1, sCode1);
83 mUriMatcher.addURI(sAuthority, sPath1, sCode1);

Completed in 353 milliseconds