Home | History | Annotate | Download | only in launcher2

Lines Matching refs:updateWhere

502                                 String updateWhere = Favorites._ID + "=" + favoriteId;
503 db.update(TABLE_FAVORITES, values, updateWhere, null);
666 String updateWhere = Favorites._ID + "=" + favoriteId;
667 db.update(TABLE_FAVORITES, values, updateWhere, null);