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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 96 final EntityDelta localEntity = local.getByRawContactId(rawContactId);
97 final EntityDelta merged = EntityDelta.mergeAfter(localEntity, remoteEntity);
99 if (localEntity == null && merged != null) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 109 final RawContactDelta localEntity = local.getByRawContactId(rawContactId);
110 final RawContactDelta merged = RawContactDelta.mergeAfter(localEntity, remoteEntity);
112 if (localEntity == null && merged != null) {

Completed in 5249 milliseconds