HomeSort by relevance Sort by last modified time
    Searched refs:matchedUriId (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMetadataProvider.java 186 final int matchedUriId = sURIMatcher.match(uri);
187 switch (matchedUriId) {
217 final int matchedUriId = sURIMatcher.match(uri);
219 switch (matchedUriId) {
265 final int matchedUriId = sURIMatcher.match(uri);
266 switch (matchedUriId) {
CallLogProvider.java 413 final int matchedUriId = sURIMatcher.match(uri);
414 switch (matchedUriId) {
443 final int matchedUriId = sURIMatcher.match(uri);
444 switch (matchedUriId) {

Completed in 267 milliseconds