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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java101 LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
109 LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
122 "/" + LauncherProvider.TABLE_FAVORITES + "/" + id + "?" +
H A DLauncherProvider.java72 static final String TABLE_FAVORITES = "favorites"; field in class:LauncherProvider
355 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, rows[i]) < 0) {
455 db.execSQL("DROP TABLE IF EXISTS " + TABLE_FAVORITES);
468 c = db.query(TABLE_FAVORITES, new String[] { Favorites._ID, Favorites.INTENT },
503 db.update(TABLE_FAVORITES, values, updateWhere, null);
635 c = db.query(TABLE_FAVORITES, new String[] { Favorites._ID, Favorites.ITEM_TYPE },
667 db.update(TABLE_FAVORITES, values, updateWhere, null);
862 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) < 0) {
878 if (dbInsertAndCheck(this, db, TABLE_FAVORITES, null, values) <= 0) {
969 dbInsertAndCheck(this, db, TABLE_FAVORITES, nul
[all...]

Completed in 54 milliseconds