Searched refs:sCalendarsProjectionMap (Results 1 – 1 of 1) sorted by relevance
1068 qb.setProjectionMap(sCalendarsProjectionMap); in queryInternal()1075 qb.setProjectionMap(sCalendarsProjectionMap); in queryInternal()4906 protected static final HashMap<String, String> sCalendarsProjectionMap; field in CalendarProvider24981 sCalendarsProjectionMap = new HashMap<String, String>();4982 sCalendarsProjectionMap.put(Calendars._ID, Calendars._ID); in sCalendarsProjectionMap.put()4983 sCalendarsProjectionMap.put(Calendars.ACCOUNT_NAME, Calendars.ACCOUNT_NAME); in sCalendarsProjectionMap.put()4984 sCalendarsProjectionMap.put(Calendars.ACCOUNT_TYPE, Calendars.ACCOUNT_TYPE); in sCalendarsProjectionMap.put()4985 sCalendarsProjectionMap.put(Calendars._SYNC_ID, Calendars._SYNC_ID); in sCalendarsProjectionMap.put()4986 sCalendarsProjectionMap.put(Calendars.DIRTY, Calendars.DIRTY); in sCalendarsProjectionMap.put()4987 sCalendarsProjectionMap.put(Calendars.MUTATORS, Calendars.MUTATORS); in sCalendarsProjectionMap.put()[all …]