Searched refs:sCalendarsProjectionMap (Results 1 – 1 of 1) sorted by relevance
1048 qb.setProjectionMap(sCalendarsProjectionMap); in queryInternal()1055 qb.setProjectionMap(sCalendarsProjectionMap); in queryInternal()4882 protected static final HashMap<String, String> sCalendarsProjectionMap; field in CalendarProvider24957 sCalendarsProjectionMap = new HashMap<String, String>();4958 sCalendarsProjectionMap.put(Calendars._ID, Calendars._ID); in sCalendarsProjectionMap.put()4959 sCalendarsProjectionMap.put(Calendars.ACCOUNT_NAME, Calendars.ACCOUNT_NAME); in sCalendarsProjectionMap.put()4960 sCalendarsProjectionMap.put(Calendars.ACCOUNT_TYPE, Calendars.ACCOUNT_TYPE); in sCalendarsProjectionMap.put()4961 sCalendarsProjectionMap.put(Calendars._SYNC_ID, Calendars._SYNC_ID); in sCalendarsProjectionMap.put()4962 sCalendarsProjectionMap.put(Calendars.DIRTY, Calendars.DIRTY); in sCalendarsProjectionMap.put()4963 sCalendarsProjectionMap.put(Calendars.MUTATORS, Calendars.MUTATORS); in sCalendarsProjectionMap.put()[all …]