Searched refs:dbInsertAndCheck (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java127 private static long dbInsertAndCheck(DatabaseHelper helper, method in class:LauncherProvider
146 final long rowId = dbInsertAndCheck(mOpenHelper, db, args.table, null, initialValues);
164 if (dbInsertAndCheck(mOpenHelper, db, args.table, null, values[i]) < 0) {
424 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, rows[i]) < 0) {
1009 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) < 0) {
1025 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) <= 0) {
1142 dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values);
1198 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) < 0) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java136 private static long dbInsertAndCheck(DatabaseHelper helper, method in class:LauncherProvider
162 final long rowId = dbInsertAndCheck(mOpenHelper, db, args.table, null, initialValues);
182 if (dbInsertAndCheck(mOpenHelper, db, args.table, null, values[i]) < 0) {
652 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, rows[i]) < 0) {
1061 return dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values);
1276 if (dbInsertAndCheck(this, getWritableDatabase(),
1328 if (dbInsertAndCheck(this, db, TABLE_WORKSPACE_SCREENS, null, values) < 0) {
1594 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, row)
1613 if (dbInsertAndCheck(this, db, TABLE_WORKSPACE_SCREENS, null, values)

Completed in 294 milliseconds