Searched refs:sContactsUriMatcher (Results 1 – 2 of 2) sorted by relevance
42 private static final UriMatcher sContactsUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in ContactsInternal49 final UriMatcher matcher = sContactsUriMatcher;61 final int match = sContactsUriMatcher.match(uri); in startQuickContactWithErrorToast()
55716 Landroid/provider/ContactsInternal;->sContactsUriMatcher:Landroid/content/UriMatcher;