Searched refs:updateStmt (Results 1 – 1 of 1) sorted by relevance
804 SQLiteStatement updateStmt = null; in convertShortcutsToLauncherActivities() local816 updateStmt = db.compileStatement("UPDATE favorites SET itemType=" in convertShortcutsToLauncherActivities()837 updateStmt.bindLong(1, id); in convertShortcutsToLauncherActivities()838 updateStmt.executeUpdateDelete(); in convertShortcutsToLauncherActivities()848 if (updateStmt != null) { in convertShortcutsToLauncherActivities()849 updateStmt.close(); in convertShortcutsToLauncherActivities()