Searched refs:CALLS_ID (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/ |
D | UriMatcherTest.java | 40 static final int CALLS_ID = 10; field in UriMatcherTest 59 matcher.addURI("calls", "#", CALLS_ID); in testContentUris() 80 matcher.addURI("calls", "/#", CALLS_ID); in testContentUrisWithLeadingSlash() 101 matcher.addURI("calls", "/#", CALLS_ID); in testContentUrisWithLeadingSlashAndOnlySlash() 122 matcher.addURI("authority", "calls/#", CALLS_ID); in testTextCreatesNoDuplicateStrings() 179 check("content://calls/1", CALLS_ID, matcher); in checkAll()
|