Home
last modified time | relevance | path

Searched refs:itemMap (Results 1 – 2 of 2) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java187 Map<String, String> itemMap = new HashMap<String, String>(); in addItem() local
188 itemMap.put(KEY_TITLE, title); in addItem()
189 itemMap.put(KEY_TEXT, text); in addItem()
190 items.add(itemMap); in addItem()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationTask.java211 IntSparseArrayMap<DbEntry> itemMap = new IntSparseArrayMap<>();
213 itemMap.put(e.id, e);
231 if (!mCarryOver.remove(itemMap.get(item.id))) {
311 IntSparseArrayMap<DbEntry> itemMap = new IntSparseArrayMap<>();
313 itemMap.put(e.id, e);
317 DbEntry org = itemMap.get(item.id);
318 itemMap.remove(item.id);
327 for (DbEntry item : itemMap) {