Home | History | Annotate | Download | only in gsm

Lines Matching defs:MAX_CONNECTIONS

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);