Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java53 private long[] mJoinWithRawContactIds; field in RawContactDeltaList
159 if (mJoinWithRawContactIds != null) { in buildDiff()
160 for (Long joinedRawContactId : mJoinWithRawContactIds) { in buildDiff()
247 if (mJoinWithRawContactIds != null) { in buildDiffWrapper()
248 for (Long joinedRawContactId : mJoinWithRawContactIds) { in buildDiffWrapper()
508 mJoinWithRawContactIds = rawContactIds; in setJoinWithRawContacts()
512 return mJoinWithRawContactIds != null && mJoinWithRawContactIds.length > 0; in isMarkedForJoining()
530 dest.writeLongArray(mJoinWithRawContactIds); in writeToParcel()
541 mJoinWithRawContactIds = source.createLongArray(); in readFromParcel()
567 sb.append(Arrays.toString(mJoinWithRawContactIds)); in toString()