Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DUriMatcherTest.java42 static final int CALLERID_TEXT = 12; field in UriMatcherTest
61 matcher.addURI("caller-id", "*", CALLERID_TEXT); in testContentUris()
82 matcher.addURI("caller-id", "/*", CALLERID_TEXT); in testContentUrisWithLeadingSlash()
103 matcher.addURI("caller-id", "/*", CALLERID_TEXT); in testContentUrisWithLeadingSlashAndOnlySlash()
183 check("content://caller-id/asdf", CALLERID_TEXT, matcher); in checkAll()
184 check("content://caller-id/1", CALLERID_TEXT, matcher); in checkAll()