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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 524 final ContentValues ncvValues = ncv.values;
526 final String propertyName = ncvValues.getAsString(ExtendedProperties.NAME);
527 final String propertyValue = ncvValues.getAsString(ExtendedProperties.VALUE);
545 Integer mins = ncvValues.getAsInteger(Reminders.MINUTES);
575 final ContentValues ncvValues = ncv.values;
578 ncvValues.getAsInteger(Attendees.ATTENDEE_RELATIONSHIP);
580 ncvValues.getAsString(Attendees.ATTENDEE_EMAIL);
586 organizerName = ncvValues.getAsString(Attendees.ATTENDEE_NAME);
595 String attendeeName = ncvValues.getAsString(Attendees.ATTENDEE_NAME);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]

Completed in 32 milliseconds