Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConferenceCreator.java47 @Simulator.ConferenceType private final int conferenceType; field in SimulatorConferenceCreator
50 @NonNull Context context, @Simulator.ConferenceType int conferenceType) { in SimulatorConferenceCreator() argument
52 this.conferenceType = conferenceType; in SimulatorConferenceCreator()
64 if (conferenceType == Simulator.CONFERENCE_TYPE_VOLTE) { in start()
66 } else if (conferenceType == Simulator.CONFERENCE_TYPE_GSM) { in start()
85 simulatorConnectionsBank.mergeAllConnections(conferenceType, context); in addNextCall()
98 switch (conferenceType) { in addConferenceCall()
DSimulatorConference.java41 private final int conferenceType; field in SimulatorConference
44 PhoneAccountHandle handle, @Simulator.ConferenceType int conferenceType) { in SimulatorConference() argument
46 this.conferenceType = conferenceType; in SimulatorConference()
135 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM && getConnections().size() == 1) { in onSeparate()
155 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM) { in onEvent()
DSimulatorConnectionsBankImpl.java58 public void mergeAllConnections(@ConferenceType int conferenceType, Context context) { in mergeAllConnections() argument
60 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM) { in mergeAllConnections()
64 } else if (conferenceType == Simulator.CONFERENCE_TYPE_VOLTE) { in mergeAllConnections()
/packages/apps/Dialer/java/com/android/dialer/simulator/
DSimulatorConnectionsBank.java38 void mergeAllConnections(@ConferenceType int conferenceType, Context context); in mergeAllConnections() argument