Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherProvider.java650 long favoriteId = c.getLong(idIndex); in updateContactsShortcuts() local
684 String updateWhere = Favorites._ID + "=" + favoriteId; in updateContactsShortcuts()
825 long favoriteId = c.getLong(0); in convertWidgets() local
834 + " for favoriteId=" + favoriteId); in convertWidgets()
849 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()