OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spath1
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/content/src/android/content/cts/
UriMatcherTest.java
33
private static final String
sPath1
= "testPath1";
43
private Uri uri1 = Uri.parse("content://" + sAuthority + "/" +
sPath1
);
71
mUriMatcher.addURI(sAuthority,
sPath1
, sCode1);
114
mUriMatcher.addURI(sAuthority,
sPath1
, sCode1);
Completed in 122 milliseconds