Searched defs:addItemToDatabase (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java262 addItemToDatabase(context, item, container, screen, cellX, cellY, false);
591 static void addItemToDatabase(Context context, final ItemInfo item, final long container, method in class:LauncherModel
2340 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java362 addItemToDatabase(context, shortcutInfo,
452 addItemToDatabase(context, item, container, screenId, cellX, cellY, false);
840 static void addItemToDatabase(Context context, final ItemInfo item, final long container, method in class:LauncherModel
2901 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);

Completed in 76 milliseconds