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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id;
110 String dirtyWhere = CalendarContract.Events.CALENDAR_ID + "=" + id
CalendarDatabaseHelper.java 83 Events.CALENDAR_ID + "," +
200 " WHERE " + CalendarContract.Events.CALENDAR_ID + "=" +
220 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID
222 + Tables.CALENDARS + " WHERE " + Calendars._ID + "=new." + Events.CALENDAR_ID
527 CalendarContract.Events.CALENDAR_ID + " INTEGER NOT NULL," +
586 + CalendarContract.Events.CALENDAR_ID + ");");
595 + "calendar_id INTEGER NOT NULL,"
648 db.execSQL("CREATE INDEX eventsCalendarIdIndex ON Events (calendar_id);");
663 "calendar_id INTEGER NOT NULL," +
    [all...]
CalendarProvider2.java 214 private static final String SQL_WHERE_EVENT_COLOR = "calendar_id in (SELECT _id from "
227 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID;
236 Tables.EVENTS + "." + Events.CALENDAR_ID + "=" + Tables.CALENDARS + "." + Calendars._ID;
387 // _id, _sync_account, _sync_account_type, dirty, _sync_mark, calendar_id
2130 Long calendar_id = updatedValues.getAsLong(Events.CALENDAR_ID); local
    [all...]
CalendarInstancesHelper.java 122 Events.CALENDAR_ID,
184 int calendarIdColumn = entries.getColumnIndex(Events.CALENDAR_ID);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventActivity.java 156 info.calendarId = intent.getLongExtra(Events.CALENDAR_ID, -1);
EditEventHelper.java 75 Events.CALENDAR_ID, // 6
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 59 Events.CALENDAR_ID
292 int calendar_id_idx = eventCursor.getColumnIndex(Events.CALENDAR_ID);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 85 Events.ORIGINAL_SYNC_ID + " ISNULL AND " + Events.CALENDAR_ID + "=?";
87 Events.ORIGINAL_SYNC_ID + " ISNULL AND " + Events.CALENDAR_ID + "=?";
90 Events.ORIGINAL_ID + " ISNULL AND " + Events.CALENDAR_ID + "=?";
93 Events.CALENDAR_ID + "=?";
96 Events.ORIGINAL_SYNC_ID + "=? AND " + Events.CALENDAR_ID + "=?";
420 cv.put(Events.CALENDAR_ID, mCalendarId);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 241 * <li> Events.CALENDAR_ID </li>
383 values.put(Events.CALENDAR_ID, calendarId);
CalendarController.java 745 intent.putExtra(Events.CALENDAR_ID, calendarId);
    [all...]
EventInfoFragment.java 188 Events.CALENDAR_ID, // 4 do not remove; used in DeleteEventHelper
    [all...]
DayView.java     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 108 m.put(CalendarContract.Events.CALENDAR_ID, calendarId);
CalendarProvider2Test.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 77 private static final String SQL_WHERE_CALENDAR_ID = Events.CALENDAR_ID + "=?";
307 Events.CALENDAR_ID,
374 values.put(Events.CALENDAR_ID, calendarId);
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 164 private static final String WHERE_CALENDAR_ID = Events.CALENDAR_ID + "=?";
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 74 milliseconds