Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java367 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first); in testMergeDataRemoteInsert() local
368 assertEquals("Unexpected change when merging", second, merged); in testMergeDataRemoteInsert()
388 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first); in testMergeDataLocalUpdateRemoteInsert() local
389 assertDiffPattern(merged, in testMergeDataLocalUpdateRemoteInsert()
414 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first); in testMergeDataLocalUpdateRemoteDelete() local
415 assertDiffPattern(merged, in testMergeDataLocalUpdateRemoteDelete()
439 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first); in testMergeDataLocalDeleteRemoteUpdate() local
440 assertDiffPattern(merged, in testMergeDataLocalDeleteRemoteUpdate()
463 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first); in testMergeDataLocalInsertRemoteInsert() local
464 assertDiffPattern(merged, in testMergeDataLocalInsertRemoteInsert()
[all …]
DRawContactDeltaTests.java97 final RawContactDelta merged = RawContactDelta.mergeAfter(dest, source); in testParcelChangesNone() local
98 assertEquals("Unexpected change when merging", source, merged); in testParcelChangesNone()
114 final RawContactDelta merged = RawContactDelta.mergeAfter(dest, source); in testParcelChangesInsert() local
115 assertEquals("Unexpected change when merging", source, merged); in testParcelChangesInsert()
128 final RawContactDelta merged = RawContactDelta.mergeAfter(dest, source); in testParcelChangesUpdate() local
129 assertEquals("Unexpected change when merging", source, merged); in testParcelChangesUpdate()
142 final RawContactDelta merged = RawContactDelta.mergeAfter(dest, source); in testParcelChangesDelete() local
143 assertEquals("Unexpected change when merging", source, merged); in testParcelChangesDelete()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java393 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity); in onValueChanged() local
395 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, merged); in onValueChanged()
397 final int merged = mergeColorOpacity(mBackgroundColor, mBackgroundOpacity); in onValueChanged() local
399 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, merged); in onValueChanged()
401 final int merged = mergeColorOpacity(mWindowColor, mWindowOpacity); in onValueChanged() local
403 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, merged); in onValueChanged()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java97 final EntityDelta merged = EntityDelta.mergeAfter(localEntity, remoteEntity); in mergeAfter() local
99 if (localEntity == null && merged != null) { in mergeAfter()
101 local.add(merged); in mergeAfter()
DEntityDelta.java126 final ValuesDelta merged = ValuesDelta.mergeAfter(localEntry, remoteEntry); in mergeAfter() local
128 if (localEntry == null && merged != null) { in mergeAfter()
130 local.addEntry(merged); in mergeAfter()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java110 final RawContactDelta merged = RawContactDelta.mergeAfter(localEntity, remoteEntity); in mergeAfter() local
112 if (localEntity == null && merged != null) { in mergeAfter()
114 local.add(merged); in mergeAfter()
DRawContactDelta.java131 final ValuesDelta merged = ValuesDelta.mergeAfter(localEntry, remoteEntry); in mergeAfter() local
133 if (localEntry == null && merged != null) { in mergeAfter()
135 local.addEntry(merged); in mergeAfter()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...