HomeSort by relevance Sort by last modified time
    Searched refs:onNewOutgoingConnection (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnectionService.java 101 listener.onNewOutgoingConnection(connection);
163 void onNewOutgoingConnection(@NonNull SimulatorConnection connection);
SimulatorMissedCallCreator.java 50 public void onNewOutgoingConnection(@NonNull SimulatorConnection connection) {}
SimulatorRttCall.java 78 public void onNewOutgoingConnection(@NonNull SimulatorConnection connection) {
80 LogUtil.i("SimulatorRttCall.onNewOutgoingConnection", "connection created");
SimulatorVideoCall.java 96 public void onNewOutgoingConnection(@NonNull SimulatorConnection connection) {
98 LogUtil.i("SimulatorVideoCall.onNewOutgoingConnection", "connection created");
SimulatorConferenceCreator.java 110 LogUtil.i("SimulatorConferenceCreator.onNewOutgoingConnection", "unknown connection");
113 LogUtil.i("SimulatorConferenceCreator.onNewOutgoingConnection", "connection created");
125 public void onNewOutgoingConnection(@NonNull SimulatorConnection connection) {}
SimulatorVoiceCall.java 187 public void onNewOutgoingConnection(@NonNull SimulatorConnection connection) {
189 LogUtil.i("SimulatorVoiceCall.onNewOutgoingConnection", "connection created");

Completed in 113 milliseconds