Searched refs:updateStmt (Results 1 – 1 of 1) sorted by relevance
969 SQLiteStatement updateStmt = db.compileStatement("UPDATE favorites SET itemType=" in convertShortcutsToLauncherActivities() argument990 updateStmt.bindLong(1, id); in convertShortcutsToLauncherActivities()991 updateStmt.executeUpdateDelete(); in convertShortcutsToLauncherActivities()