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
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