Searched refs:mConnectionIds (Results 1 – 7 of 7) sorted by relevance
153 if (value.mConnectionIds != null) { in entryToProto()196 private Set<Integer> mConnectionIds; field in VoiceCallRatTracker.Value200 mConnectionIds = connectionIds; in Value()206 mConnectionIds = null; in Value()212 if (mConnectionIds != null) { in add()213 mConnectionIds.addAll(connectionIds); in add()220 if (mConnectionIds != null) { in endSession()224 callCount = mConnectionIds.size(); in endSession()225 mConnectionIds = null; // allow GC in endSession()235 if (src.mConnectionIds != null || dest.mConnectionIds != null) { in mergeInPlace()
41 private List<String> mConnectionIds = Collections.emptyList(); field in ParcelableConference.Builder111 mConnectionIds = connectionIds; in setConnectionIds()132 mConnectionProperties, mConnectionIds, mVideoProvider, mVideoState, in build()144 private final List<String> mConnectionIds; field in ParcelableConference182 mConnectionIds = connectionIds; in ParcelableConference()212 .append(mConnectionIds) in toString()243 return mConnectionIds; in getConnectionIds()341 destination.writeList(mConnectionIds); in writeToParcel()
155 mBufferPool.mConnectionIds.insert(id); in connect()314 if (mConnectionIds.find(message.targetConnectionId) == mConnectionIds.end()) { in handleTransferTo()464 mConnectionIds.erase(connectionId); in handleClose()
96 std::set<ConnectionId> mConnectionIds; member
179 mBufferPool.mConnectionIds.insert(id); in connect()499 if (mConnectionIds.find(message.targetConnectionId) == mConnectionIds.end()) { in handleTransferTo()674 mConnectionIds.erase(connectionId); in handleClose()
118 std::set<ConnectionId> mConnectionIds; member
55653 Landroid/telecom/ParcelableConference;->mConnectionIds:Ljava/util/List;