HomeSort by relevance Sort by last modified time
    Searched full:accountscursor (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 327 final Cursor accountsCursor = super.loadInBackground();
328 // Use ClosingMatrixCursor so that accountsCursor gets closed too when it's closed.
330 = new CursorWithExtras(ADAPTER_PROJECTION, accountsCursor);
331 final int accountPosition = addAccountsToCursor(resultCursor, accountsCursor);

Completed in 125 milliseconds