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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java 43 public long maxInstance; // UTC millis
89 fields.maxInstance = mFields.maxInstance;
118 fields.maxInstance = mFields.maxInstance;
130 long minInstance = 0, maxInstance = 0;
140 maxInstance = cursor.getLong(METADATA_INDEX_MAX_INSTANCE);
151 mFields.maxInstance = maxInstance;
206 mFields.minInstance = mFields.maxInstance = 0
    [all...]
CalendarProvider2.java     [all...]

Completed in 35 milliseconds