Searched defs:TABLE_FAVORITES (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java73 static final String TABLE_FAVORITES = "favorites"; field in class:LauncherProvider
397 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, rows[i]) < 0) {
508 db.execSQL("DROP TABLE IF EXISTS " + TABLE_FAVORITES);
522 c = db.query(TABLE_FAVORITES,
568 db.update(TABLE_FAVORITES, values, updateWhere, null);
701 c = db.query(TABLE_FAVORITES, new String[] { Favorites._ID, Favorites.ITEM_TYPE },
733 db.update(TABLE_FAVORITES, values, updateWhere, null);
951 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) < 0) {
967 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) <= 0) {
1084 dbInsertAndCheck(this, db, TABLE_FAVORITES, nul
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java74 static final String TABLE_FAVORITES = "favorites"; field in class:LauncherProvider
521 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, rows[i]) < 0) {
681 db.execSQL("DROP TABLE IF EXISTS " + TABLE_FAVORITES);
697 c = db.query(TABLE_FAVORITES,
743 db.update(TABLE_FAVORITES, values, updateWhere, null);
917 c = db.query(TABLE_FAVORITES, new String[] { Favorites._ID, Favorites.ITEM_TYPE },
949 db.update(TABLE_FAVORITES, values, updateWhere, null);
1210 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) < 0) {
1226 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) <= 0) {
1343 dbInsertAndCheck(this, db, TABLE_FAVORITES, nul
[all...]

Completed in 100 milliseconds