OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:beforeversion
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java
355
final Long
beforeVersion
= mValues.getAsLong(RawContacts.VERSION);
356
if (beforeId == null ||
beforeVersion
== null) return;
361
builder.withValue(RawContacts.VERSION,
beforeVersion
);
Completed in 12 milliseconds