Searched refs:CALLS_ID (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/content/ |
H A 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()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | CallLogProvider.java | 162 private static final int CALLS_ID = 2; field in CallLogProvider 181 sURIMatcher.addURI(CallLog.AUTHORITY, "calls/#", CALLS_ID); in sURIMatcher.addURI() argument 422 case CALLS_ID: { in queryInternal() 518 case CALLS_ID: in getType() 817 case CALLS_ID: in updateInternal()
|