Home | History | Annotate | Download | only in launcher3

Lines Matching refs:stmp

267         SQLiteStatement stmp = null;
269 stmp = mOpenHelper.getWritableDatabase().compileStatement(
272 stmp.bindLong(1, screenId);
275 valuesInserted.put(LauncherSettings.BaseLauncherColumns._ID, stmp.executeInsert());
281 Utilities.closeSilently(stmp);