Home
last modified time | relevance | path

Searched refs:allAccountCursor (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
DShortcutPickerFragment.java132 MatrixCursor allAccountCursor = new MatrixCursor(getProjection()); in loadInBackground() local
133 addCombinedAccountRow(allAccountCursor, cursorCount); in loadInBackground()
134 returnCursor = new MergeCursor(new Cursor[] { allAccountCursor, parentCursor }); in loadInBackground()