Home
last modified time | relevance | path

Searched refs:favoriteId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java591 long favoriteId = c.getLong(idIndex); in updateContactsShortcuts() local
625 String updateWhere = Favorites._ID + "=" + favoriteId; in updateContactsShortcuts()
766 long favoriteId = c.getLong(0); in convertWidgets() local
775 + " for favoriteId=" + favoriteId); in convertWidgets()
790 String updateWhere = Favorites._ID + "=" + favoriteId; in convertWidgets()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherProvider.java929 long favoriteId = c.getLong(idIndex); in updateContactsShortcuts() local
963 String updateWhere = Favorites._ID + "=" + favoriteId; in updateContactsShortcuts()
1166 long favoriteId = c.getLong(0); in convertWidgets() local
1175 + " for favoriteId=" + favoriteId); in convertWidgets()
1190 String updateWhere = Favorites._ID + "=" + favoriteId; in convertWidgets()
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
DOneTimeInitializerService.java116 long favoriteId = c.getLong(0); in updateDialtactsLauncher() local
137 String updateWhere = LAUNCHER_ID_COLUMN + "=" + favoriteId; in updateDialtactsLauncher()