Searched refs:mMapDialogState (Results 1 – 1 of 1) sorted by relevance
252 Map<String, List<SipDialogState>> mMapDialogState = new HashMap<>(); field in SipTransportController.SipDialogsStateHandle278 mMapDialogState.remove(key); in processReMappingSipDelegateState()280 mMapDialogState.put(key, dialogStates); in processReMappingSipDelegateState()287 for (List<SipDialogState> d : mMapDialogState.values()) { in processNotifySipDialogState()