Searched refs:conferenceType (Results 1 – 4 of 4) sorted by relevance
47 @Simulator.ConferenceType private final int conferenceType; field in SimulatorConferenceCreator50 @NonNull Context context, @Simulator.ConferenceType int conferenceType) { in SimulatorConferenceCreator() argument52 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()
41 private final int conferenceType; field in SimulatorConference44 PhoneAccountHandle handle, @Simulator.ConferenceType int conferenceType) { in SimulatorConference() argument46 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()
58 public void mergeAllConnections(@ConferenceType int conferenceType, Context context) { in mergeAllConnections() argument60 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM) { in mergeAllConnections()64 } else if (conferenceType == Simulator.CONFERENCE_TYPE_VOLTE) { in mergeAllConnections()
38 void mergeAllConnections(@ConferenceType int conferenceType, Context context); in mergeAllConnections() argument