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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 63 static final int MAX_CONNECTIONS = 7; // only 7 connections allowed in GSM
67 GsmConnection mConnections[] = new GsmConnection[MAX_CONNECTIONS];
74 = new ArrayList<GsmConnection>(MAX_CONNECTIONS);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 56 static final int MAX_CONNECTIONS = 1; // only 1 connection allowed in CDMA
61 CdmaConnection mConnections[] = new CdmaConnection[MAX_CONNECTIONS];
69 = new ArrayList<CdmaConnection>(MAX_CONNECTIONS);
    [all...]

Completed in 39 milliseconds