Home
last modified time | relevance | path

Searched refs:CALLERID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java41 static final int CALLERID = 11; field in UriMatcherTest
60 matcher.addURI("caller-id", null, CALLERID); in testContentUris()
81 matcher.addURI("caller-id", null, CALLERID); in testContentUrisWithLeadingSlash()
102 matcher.addURI("caller-id", "/", CALLERID); in testContentUrisWithLeadingSlashAndOnlySlash()
181 check("content://caller-id", CALLERID, matcher); in checkAll()
182 check("content://caller-id/", CALLERID, matcher); in checkAll()