Searched refs:fields (Results 1 - 9 of 9) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DMetaData.java38 * These fields are updated atomically with the database.
39 * If fields are added or removed from the CalendarMetaData table, those
49 * The cached copy of the meta-data fields from the database.
74 * Returns a copy of all the MetaData fields. This method grabs a
75 * database lock to read all the fields atomically.
77 * @return a copy of all the MetaData fields.
80 Fields fields = new Fields();
84 // If the fields have not been initialized from the database,
89 fields.timezone = mFields.timezone;
90 fields
[all...]
H A DCalendarInstancesHelper.java517 // Remove these fields before inserting a new instance
622 MetaData.Fields fields = mMetaData.getFieldsLocked();
623 if (fields.maxInstance == 0) {
660 boolean insideWindow = dtstartMillis <= fields.maxInstance
661 && (lastDateMillis == null || lastDateMillis >= fields.minInstance);
666 && originalInstanceTime <= fields.maxInstance
667 && originalInstanceTime >= fields.minInstance - MAX_ASSUMED_DURATION;
691 if (dtstartMillis <= fields.maxInstance && dtendMillis >= fields.minInstance) {
703 // Update the timezone-dependent fields
[all...]
H A DCalendarProvider2.java600 * the timezone dependent fields in the Instances table if the timezone
653 // database fields) to force a re-computation of Instances.
1390 MetaData.Fields fields = mMetaData.getFieldsLocked();
1391 long maxInstance = fields.maxInstance;
1392 long minInstance = fields.minInstance;
1524 * corrects the fields DTSTART, DTEND, and DURATION if necessary.
1816 * Save a copy of a few fields that will migrate to new places.
1823 * Wipe out some fields that we don't want to clone into the exception event.
1836 * Copy some fields to their "original" counterparts:
1903 * No need to fill out the "original" fields
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DHeader.java47 private List<Field> fields = new LinkedList<Field>(); field in class:Header
77 * Adds a field to the end of the list of fields.
88 fields.add(field);
92 * Gets the fields of this header. The returned list will not be
98 return Collections.unmodifiableList(fields);
103 * such fields defined in this header the first one will be returned.
120 * @return the list of fields.
136 for (Iterator<Field> it = fields.iterator(); it.hasNext();) {
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
H A DCarrierConfigTest.java165 Field[] fields = CarrierConfigManager.class.getDeclaredFields();
167 for (Field f : fields) {
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java258 mView.findViewById(R.id.fields).setVisibility(View.GONE);
261 mView.findViewById(R.id.fields).setVisibility(View.VISIBLE);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java152 * contain values for all the fields in the object.
474 Field[] fields = clazz.getDeclaredFields(); // including non-public fields
475 for (int i = 0; i != fields.length; ++i) {
477 Field field = fields[i];
535 field.setAccessible(true); // in order to set non-public fields
/packages/apps/Messaging/src/com/android/messaging/util/
H A DUiUtils.java383 final Field[] fields = actionBarView.getClass().getDeclaredFields();
385 for (final Field field : fields) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 3184 milliseconds