Searched refs:mIdToControl (Results 1 – 1 of 1) sorted by relevance
84 private final HashMap<String, TransactionalCall> mIdToControl = new HashMap<>(); field in TransactionalVoipAppControlMain125 mIdToControl.put(call.getId(), call);191 mIdToControl.remove(id);412 if (!mIdToControl.containsKey(id)) {418 return mIdToControl.get(id);444 for (TransactionalCall call : mIdToControl.values()) { in disconnectAndDestroyAllCalls()453 mIdToControl.clear(); in disconnectAndDestroyAllCalls()