Searched refs:isContactInsert (Results 1 – 6 of 6) sorted by relevance
150 public boolean isContactInsert() { in isContactInsert() method in RawContactDelta435 final boolean isContactInsert = mValues.isInsert(); in buildAssertHelper()437 if (!isContactInsert) { in buildAssertHelper()457 final boolean isContactInsert = mValues.isInsert(); in buildDiff()459 final boolean isContactUpdate = !isContactInsert && !isContactDelete; in buildDiff()465 if (isContactInsert) { in buildDiff()491 if (isContactInsert) { in buildDiff()498 } else if (isContactInsert && builder != null) { in buildDiff()515 } else if (isContactInsert) { in buildDiff()532 final boolean isContactInsert = mValues.isInsert(); in buildDiffWrapper()[all …]
152 final boolean isInsert = delta.isContactInsert(); in buildDiff()240 final boolean isInsert = delta.isContactInsert(); in buildDiffWrapper()
142 public boolean isContactInsert() { in isContactInsert() method in EntityDelta349 final boolean isContactInsert = mValues.isInsert(); in buildAssert()350 if (!isContactInsert) { in buildAssert()372 final boolean isContactInsert = mValues.isInsert(); in buildDiff()374 final boolean isContactUpdate = !isContactInsert && !isContactDelete; in buildDiff()380 if (isContactInsert) { in buildDiff()399 if (isContactInsert) { in buildDiff()406 } else if (isContactInsert && builder != null) { in buildDiff()423 } else if (isContactInsert) { in buildDiff()
137 if (!delta.isContactInsert()) continue; in buildDiff()
412 if (groupId == mDefaultGroupId && mState.isContactInsert()) { in hasMembership()
904 if (mState.size() == 1 && mState.get(0).isContactInsert() in doJoinContactAction()1599 mState.size() == 1 && mState.get(0).isContactInsert(), in onAggregationSuggestionChange()