HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_FAVORITES (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 101 LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
109 LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
122 "/" + LauncherProvider.TABLE_FAVORITES + "/" + id + "?" +
LauncherProvider.java 73 static final String TABLE_FAVORITES = "favorites";
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);
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 66 private static final String TABLE_FAVORITES = "favorites";
674 if (TABLE_FAVORITES.equals(args.table)) {
677 args.table = TABLE_FAVORITES;
722 if (TABLE_FAVORITES.equals(args.table)) {
    [all...]

Completed in 61 milliseconds