Searched refs:mergeWith (Results 1 – 7 of 7) sorted by relevance
73 newData->mergeWith(*mData); in switchStorageToAshmem()
54 void mergeWith(const ProfileData& other);
80 void ProfileData::mergeWith(const ProfileData& other) { in mergeWith() function in android::uirenderer::ProfileData
86 mVoiceCallRatTracker.mergeWith(ratUsages); in addVoiceCallRatUsage()
121 public VoiceCallRatTracker mergeWith(VoiceCallRatTracker that) { in mergeWith() method in VoiceCallRatTracker
6619 } else if (mergeMode == MERGE_EDIT_MODE_NORMAL && lastEdit.mergeWith(edit)) {6784 private boolean mergeWith(EditOperation edit) {6886 if (mergeWith(edit)) {
81253 Landroid/widget/Editor$EditOperation;->mergeWith(Landroid/widget/Editor$EditOperation;)Z