Searched refs:mJoinWithRawContactIds (Results 1 – 1 of 1) sorted by relevance
53 private long[] mJoinWithRawContactIds; field in RawContactDeltaList159 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()