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