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

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 107 final ValuesDelta remoteValues = remote.mValues;
108 if (local == null && (remoteValues.isDelete() || remoteValues.isTransient())) return null;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 102 final ValuesDelta remoteValues = remote.mValues;
103 if (local == null && (remoteValues.isDelete() || remoteValues.isTransient())) return null;

Completed in 155 milliseconds