Home
last modified time | relevance | path

Searched refs:remoteValues (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java107 final ValuesDelta remoteValues = remote.mValues; in mergeAfter() local
108 if (local == null && (remoteValues.isDelete() || remoteValues.isTransient())) return null; in mergeAfter()