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()
154 mBufferPool.mConnectionIds.insert(id); in connect()309 if (mConnectionIds.find(message.targetConnectionId) == mConnectionIds.end()) { in handleTransferTo()459 mConnectionIds.erase(connectionId); in handleClose()
97 std::set<ConnectionId> mConnectionIds; member
166 mBufferPool.mConnectionIds.insert(id); in connect()478 if (mConnectionIds.find(message.targetConnectionId) == mConnectionIds.end()) { in handleTransferTo()653 mConnectionIds.erase(connectionId); in handleClose()
114 std::set<ConnectionId> mConnectionIds; member
66353 Landroid/telecom/ParcelableConference;->mConnectionIds:Ljava/util/List;