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

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 125 final ArrayList<Entity.NamedContentValues> subValues = entity.getSubValues();
128 for (Entity.NamedContentValues subValue : subValues) {
  /packages/apps/Exchange/src/com/android/exchange/service/
EasCalendarSyncHandler.java 369 // 2) Serialize attendees and reminders from subvalues
499 final ArrayList<Entity.NamedContentValues> subValues = entity.getSubValues();
502 for (final Entity.NamedContentValues ncv: subValues) {
553 for (final Entity.NamedContentValues ncv: subValues) {
658 // Copy subvalues into the exception; otherwise, we won't see the
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 749 ArrayList<Entity.NamedContentValues> subValues) {
750 ContentValues[] result = new ContentValues[subValues.size()];
752 for (Entity.NamedContentValues subValue : subValues) {
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]

Completed in 473 milliseconds