HomeSort by relevance Sort by last modified time
    Searched defs:MAX_CONNECTIONS (Results 1 - 4 of 4) 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 connections[] = 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 connections[] = new CdmaConnection[MAX_CONNECTIONS];
69 = new ArrayList<CdmaConnection>(MAX_CONNECTIONS);
    [all...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 

Completed in 94 milliseconds