HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CONNECTIONS (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 59 static final int MAX_CONNECTIONS = 8;
64 CdmaConnection mConnections[] = new CdmaConnection[MAX_CONNECTIONS];
72 = new ArrayList<CdmaConnection>(MAX_CONNECTIONS);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 66 static final int MAX_CONNECTIONS = 7; // only 7 connections allowed in GSM
70 GsmConnection mConnections[] = new GsmConnection[MAX_CONNECTIONS];
77 = new ArrayList<GsmConnection>(MAX_CONNECTIONS);
    [all...]
GSMPhone.java 631 if (callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
674 if (conn != null && callIndex >= 1 && callIndex <= GsmCallTracker.MAX_CONNECTIONS) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 135 static final int MAX_CONNECTIONS = 7;
    [all...]

Completed in 45 milliseconds