Searched refs:mExternalCallPullableState (Results 1 – 1 of 1) sorted by relevance
127 private Map<Integer, Boolean> mExternalCallPullableState = new ArrayMap<>(); field in ImsExternalCallTracker327 mExternalCallPullableState.put(connection.getCallId(), state.isCallPullable()); in createExternalConnection()358 mExternalCallPullableState.remove(connection.getCallId()); in updateExistingConnection()368 mExternalCallPullableState.put(state.getCallId(), state.isCallPullable()); in updateExistingConnection()392 mExternalCallPullableState.get(imsExternalConnection.getCallId()) in refreshCallPullState()