Home
last modified time | relevance | path

Searched refs:getConnectionTag (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConference.java96 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()
DSimulatorConnectionsBankImpl.java49 connectionTags.add(SimulatorSimCallManager.getConnectionTag(connection)); in add()
54 connectionTags.remove(SimulatorSimCallManager.getConnectionTag(connection)); in remove()
DSimulatorConnectionService.java153 + SimulatorSimCallManager.getConnectionTag(connection1) in onConference()
155 + SimulatorSimCallManager.getConnectionTag(connection2)); in onConference()
DSimulatorSimCallManager.java222 public static String getConnectionTag(@NonNull Connection connection) { in getConnectionTag() method in SimulatorSimCallManager