Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java51 private long[] mJoinWithRawContactIds; field in RawContactDeltaList
157 if (mJoinWithRawContactIds != null) { in buildDiffWrapper()
158 for (Long joinedRawContactId : mJoinWithRawContactIds) { in buildDiffWrapper()
398 mJoinWithRawContactIds = rawContactIds; in setJoinWithRawContacts()
402 return mJoinWithRawContactIds != null && mJoinWithRawContactIds.length > 0; in isMarkedForJoining()
420 dest.writeLongArray(mJoinWithRawContactIds); in writeToParcel()
431 mJoinWithRawContactIds = source.createLongArray(); in readFromParcel()
457 sb.append(Arrays.toString(mJoinWithRawContactIds)); in toString()