Searched refs:getConnectionTag (Results 1 – 4 of 4) sorted by relevance
96 Event.CONNECTION_ADDED, SimulatorSimCallManager.getConnectionTag(connection), null)); in onConnectionAdded()115 onEvent(new Event(Event.MERGE, SimulatorSimCallManager.getConnectionTag(connection), null)); in onMerge()133 onEvent(new Event(Event.SEPARATE, SimulatorSimCallManager.getConnectionTag(connection), null)); in onSeparate()
49 connectionTags.add(SimulatorSimCallManager.getConnectionTag(connection)); in add()54 connectionTags.remove(SimulatorSimCallManager.getConnectionTag(connection)); in remove()
153 + SimulatorSimCallManager.getConnectionTag(connection1) in onConference()155 + SimulatorSimCallManager.getConnectionTag(connection2)); in onConference()
222 public static String getConnectionTag(@NonNull Connection connection) { in getConnectionTag() method in SimulatorSimCallManager