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