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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 69 + "(" + Events.ORIGINAL_INSTANCE_TIME + " IS NOT NULL AND "
70 + Events.ORIGINAL_INSTANCE_TIME
71 + " <= ? AND " + Events.ORIGINAL_INSTANCE_TIME + " >= ?)) AND "
121 Events.ORIGINAL_INSTANCE_TIME,
183 int originalInstanceTimeColumn = entries.getColumnIndex(Events.ORIGINAL_INSTANCE_TIME);
369 initialValues.put(Events.ORIGINAL_INSTANCE_TIME,
438 // ORIGINAL_EVENT_AND_CALENDAR, ORIGINAL_INSTANCE_TIME, STATUS (since they can
442 // ORIGINAL_EVENT_AND_CALENDAR, ORIGINAL_INSTANCE_TIME, STATUS =
463 long originalTime = values.getAsLong(Events.ORIGINAL_INSTANCE_TIME);
521 values.remove(Events.ORIGINAL_INSTANCE_TIME);
    [all...]
CalendarProvider2.java 415 ALLOWED_IN_EXCEPTION.add(Events.ORIGINAL_INSTANCE_TIME);
    [all...]
CalendarDatabaseHelper.java 107 Events.ORIGINAL_INSTANCE_TIME + "," +
555 CalendarContract.Events.ORIGINAL_INSTANCE_TIME + " INTEGER," +
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 185 cv.put(Events.ORIGINAL_INSTANCE_TIME, instanceCalendar.getTimeInMillis());
193 assertEquals(testTime, cv.getAsLong(Events.ORIGINAL_INSTANCE_TIME));
223 cv.put(Events.ORIGINAL_INSTANCE_TIME, validTime);
227 // Valid (DTSTART, DTEND, ORIGINAL_INSTANCE_TIME)
228 cv.remove(Events.ORIGINAL_INSTANCE_TIME);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 185 cv.put(Events.ORIGINAL_INSTANCE_TIME, instanceCalendar.getTimeInMillis());
193 assertEquals(testTime, cv.getAsLong(Events.ORIGINAL_INSTANCE_TIME));
223 cv.put(Events.ORIGINAL_INSTANCE_TIME, validTime);
227 // Valid (DTSTART, DTEND, ORIGINAL_INSTANCE_TIME)
228 cv.remove(Events.ORIGINAL_INSTANCE_TIME);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 360 * Also, exceptions to all-day events need to have an ORIGINAL_INSTANCE_TIME that has
386 if (cv.containsKey(Events.ORIGINAL_INSTANCE_TIME) &&
390 long exceptionTime = cv.getAsLong(Events.ORIGINAL_INSTANCE_TIME);
396 cv.put(Events.ORIGINAL_INSTANCE_TIME, cal.getTimeInMillis());
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 388 values.put(Events.ORIGINAL_INSTANCE_TIME, mStartMillis);
EventInfoFragment.java     [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java     [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 275 entityValues.put(Events.ORIGINAL_INSTANCE_TIME,
598 long originalTime = entityValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 285 entityValues.put(Events.ORIGINAL_INSTANCE_TIME,
608 long originalTime = entityValues.getAsLong(Events.ORIGINAL_INSTANCE_TIME);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 337 Events.ORIGINAL_INSTANCE_TIME,
427 // Events.ORIGINAL_INSTANCE_TIME,
473 values.put(Events.ORIGINAL_INSTANCE_TIME, instanceStartMillis);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 346 values.put(Events.ORIGINAL_INSTANCE_TIME, begin);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 647 mExpectedValues.put(Events.ORIGINAL_INSTANCE_TIME, mModel1.mOriginalStart);
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 619 milliseconds