OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remoteValues
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java
110
final ValuesDelta
remoteValues
= remote.mValues;
111
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 3031 milliseconds