Home | History | Annotate | Download | only in activity

Lines Matching refs:cursors

274      * Build the group and child cursors that support the summary views (aka "at a glance").
735 Cursor[] cursors = new Cursor[] { mailboxesCursor, accountsCursor };
736 Cursor mc = new MergeCursor(cursors);