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