HomeSort by relevance Sort by last modified time
    Searched refs:getServerIdCursor (Results 1 - 4 of 4) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 557 private Cursor getServerIdCursor(String serverId, String[] projection) {
575 Cursor c = getServerIdCursor(serverId, MESSAGE_ID_SUBJECT_PROJECTION);
620 Cursor c = getServerIdCursor(serverId, EmailContent.Message.LIST_PROJECTION);
    [all...]
FolderSyncParser.java 273 private Cursor getServerIdCursor(final String serverId) {
291 final Cursor c = getServerIdCursor(serverId);
532 final Cursor c = getServerIdCursor(serverId);
    [all...]
CalendarSyncParser.java 370 Cursor c = getServerIdCursor(serverId);
    [all...]
ContactsSyncParser.java 418 private Cursor getServerIdCursor(String serverId) {
436 Cursor c = getServerIdCursor(serverId);
474 Cursor c = getServerIdCursor(serverId);
    [all...]

Completed in 520 milliseconds