Searched refs:mExternalCallPullableState (Results 1 – 1 of 1) sorted by relevance
135 private Map<Integer, Boolean> mExternalCallPullableState = new ArrayMap<>(); field in ImsExternalCallTracker335 mExternalCallPullableState.put(connection.getCallId(), state.isCallPullable()); in createExternalConnection()366 mExternalCallPullableState.remove(connection.getCallId()); in updateExistingConnection()376 mExternalCallPullableState.put(state.getCallId(), state.isCallPullable()); in updateExistingConnection()400 mExternalCallPullableState.get(imsExternalConnection.getCallId()) in refreshCallPullState()