OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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