Searched refs:mCallIds (Results 1 – 2 of 2) sorted by relevance
374 callManager.mCallIds.put(/* associationId= */ 0, Set.of(call.getId())); in updateCalls_existingIncomingCall()393 callManager.mCallIds.put(/* associationId= */ 0, Set.of(call.getId())); in updateCalls_existingOutgoingCall()408 callManager.mCallIds.put(/* associationId= */ 0, Set.of(call.getId(), "fakeCallId")); in updateCalls_removedCall()413 .that(callManager.mCallIds) in updateCalls_removedCall()
731 @VisibleForTesting final Map<Integer, Set<String>> mCallIds = new HashMap<>(); field in CrossDeviceSyncController.CallManager742 final Set<String> oldCallIds = mCallIds.getOrDefault(associationId, new HashSet<>()); in updateCalls()781 mCallIds.put(associationId, newCallIds); in updateCalls()785 return mCallIds.remove(associationId); in clearCallIdsForAssociationId()