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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java273 addItemToDatabase(context, item, container, screen, cellX, cellY, false);
609 static void addItemToDatabase(Context context, final ItemInfo item, final long container, method in class:LauncherModel
2361 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java496 addItemToDatabase(context, shortcutInfo,
587 addItemToDatabase(context, item, container, screenId, cellX, cellY, false);
1010 static void addItemToDatabase(Context context, final ItemInfo item, final long container, method in class:LauncherModel
3512 addItemToDatabase(context, info, container, screen, cellX, cellY, notify);

Completed in 445 milliseconds