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