Searched refs:updateContactsShortcuts (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java532 // but version 5 on there was the updateContactsShortcuts change
534 // The updateContactsShortcuts change is idempotent, so running it twice
550 if (updateContactsShortcuts(db)) {
586 // The updateContactsShortcuts change is idempotent, so we can keep using it like
588 updateContactsShortcuts(db);
630 private boolean updateContactsShortcuts(SQLiteDatabase db) { method in class:LauncherProvider.DatabaseHelper

Completed in 57 milliseconds