OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theirValue
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java
395
final String
theirValue
= other.getAsString(key);
398
if (
theirValue
!= null) return false;
401
if (!ourValue.equals(
theirValue
)) return false;
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java
774
final String
theirValue
= other.getAsString(key);
777
if (
theirValue
!= null) return false;
780
if (!ourValue.equals(
theirValue
)) return false;
Completed in 54 milliseconds