Searched refs:mCurrentCalls (Results 1 – 1 of 1) sorted by relevance
48 final Map<Call, CrossDeviceCall> mCurrentCalls = new HashMap<>(); field in CallMetadataSyncInCallService54 final CrossDeviceCall crossDeviceCall = mCurrentCalls.get(call);81 mCurrentCalls.values());150 mCurrentCalls.clear();169 mCurrentCalls.putAll(getCalls().stream().collect(Collectors.toMap(call -> call, in initializeCalls()171 mCurrentCalls.keySet().forEach(call -> call.registerCallback(mTelecomCallback, in initializeCalls()195 mCurrentCalls.put(call, in onCallAdded()206 mCurrentCalls.remove(call); in onCallRemoved()250 mCdmsi.crossDeviceSync(userId, mCurrentCalls.values()); in sync()254 mCdmsi.crossDeviceSync(associationInfo, mCurrentCalls.values()); in sync()