HomeSort by relevance Sort by last modified time
    Searched defs:conferenceType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConference.java 41 private final int conferenceType;
44 PhoneAccountHandle handle, @Simulator.ConferenceType int conferenceType) {
46 this.conferenceType = conferenceType;
135 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM && getConnections().size() == 1) {
155 if (conferenceType == Simulator.CONFERENCE_TYPE_GSM) {
SimulatorConferenceCreator.java 47 @Simulator.ConferenceType private final int conferenceType;
50 @NonNull Context context, @Simulator.ConferenceType int conferenceType) {
52 this.conferenceType = conferenceType;
59 if (conferenceType == Simulator.CONFERENCE_TYPE_VOLTE) {
61 } else if (conferenceType == Simulator.CONFERENCE_TYPE_GSM) {
80 simulatorConnectionsBank.mergeAllConnections(conferenceType, context);
93 switch (conferenceType) {
    [all...]

Completed in 61 milliseconds