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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 528 private Cursor getServerIdCursor(String serverId, String[] projection) {
546 Cursor c = getServerIdCursor(serverId, MESSAGE_ID_SUBJECT_PROJECTION);
591 Cursor c = getServerIdCursor(serverId, EmailContent.Message.LIST_PROJECTION);
    [all...]
FolderSyncParser.java 272 private Cursor getServerIdCursor(final String serverId) {
290 final Cursor c = getServerIdCursor(serverId);
514 final Cursor c = getServerIdCursor(serverId);
    [all...]
CalendarSyncParser.java 369 Cursor c = getServerIdCursor(serverId);
    [all...]
ContactsSyncParser.java 413 private Cursor getServerIdCursor(String serverId) {
431 Cursor c = getServerIdCursor(serverId);
469 Cursor c = getServerIdCursor(serverId);
    [all...]

Completed in 700 milliseconds