Home | History | Annotate | Download | only in contacts

Lines Matching defs:resolver

114     /** Helper to make async queries to content resolver. */
545 ContentResolver resolver = getContentResolver();
546 Cursor callCursor = resolver.query(callUri, CALL_LOG_PROJECTION, null, null, null);