Searched refs:MAX_CONNECTIONS_GSM (Results 1 – 2 of 2) sorted by relevance
62 public static final int MAX_CONNECTIONS_GSM = 19; //7 allowed in GSM + 12 from IMS for SRVCC field in GsmCdmaCallTracker75 new ArrayList<GsmCdmaConnection>(MAX_CONNECTIONS_GSM);169 mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM]; in updatePhoneType()
889 if (callIndex >= 1 && callIndex <= GsmCdmaCallTracker.MAX_CONNECTIONS_GSM) { in handleCallWaitingIncallSupplementaryService()928 … if (conn != null && callIndex >= 1 && callIndex <= GsmCdmaCallTracker.MAX_CONNECTIONS_GSM) { in handleCallHoldIncallSupplementaryService()