Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactMetadataProvider.java186 final int matchedUriId = sURIMatcher.match(uri); in insert() local
187 switch (matchedUriId) { in insert()
217 final int matchedUriId = sURIMatcher.match(uri); in delete() local
219 switch (matchedUriId) { in delete()
265 final int matchedUriId = sURIMatcher.match(uri); in update() local
266 switch (matchedUriId) { in update()
DCallLogProvider.java413 final int matchedUriId = sURIMatcher.match(uri); in update() local
414 switch (matchedUriId) { in update()
443 final int matchedUriId = sURIMatcher.match(uri); in delete() local
444 switch (matchedUriId) { in delete()