Home | History | Annotate | Download | only in dialer

Lines Matching defs:resolver

125     /** Helper to make async queries to content resolver. */
593 ContentResolver resolver = getContentResolver();
594 Cursor callCursor = resolver.query(callUri, CALL_LOG_PROJECTION, null, null, null);