Home
last modified time | relevance | path

Searched refs:findConnectionByTag (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionsBankImpl.java91 SimulatorConnection connection = SimulatorSimCallManager.findConnectionByTag(connectionTag); in updateConferenceableConnections()
102 SimulatorConnection connection = SimulatorSimCallManager.findConnectionByTag(connectionTag); in getSimulatorConferenceables()
132 SimulatorSimCallManager.findConnectionByTag(event.data1); in onEvent()
DSimulatorConferenceCreator.java200 SimulatorSimCallManager.findConnectionByTag(event.data1); in onEvent()
DSimulatorSimCallManager.java228 public static SimulatorConnection findConnectionByTag(@NonNull String connectionTag) { in findConnectionByTag() method in SimulatorSimCallManager