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

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 163 protected String updateWhere() {
321 String where = updateWhere();
341 mLoader.setSelection(updateWhere());
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 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);
    [all...]

Completed in 77 milliseconds