Searched refs:sContactsUriMatcher (Results 1 – 1 of 1) sorted by relevance
42 private static final UriMatcher sContactsUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in ContactsInternal49 final UriMatcher matcher = sContactsUriMatcher;60 final int match = sContactsUriMatcher.match(uri); in startQuickContactWithErrorToast()