/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataCallResponse.java | 48 public String[] gateways = new String[0]; field in class:DataCallResponse 97 sb.append("] gateways=["); 98 for (String addr : gateways) { 102 if (gateways.length > 0) sb.deleteCharAt(sb.length()-1); 196 // set gateways 197 if ((gateways == null) || (gateways.length == 0)) { 200 gateways = sysGateways.split(" "); 202 gateways = new String[0]; 205 for (String addr : gateways) { [all...] |
DataConnection.java | 417 response.gateways = new String[0]; [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
GatewayManager.java | 21 * This class discovers available gateways on the users servers, and 22 * can give you also a list of gateways the you user is registered with which 39 private Map<String,Gateway> gateways = new HashMap<String,Gateway>(); field in class:GatewayManager 61 * Loads all gateways the users server offers 87 gateways.put(itemJID, new Gateway(connection,itemJID)); 136 * Returns a list of gateways which are offered by the users server, wether the 138 * @return a List of Gateways 149 * Returns a list of gateways the user has in his roster, but which are offered by 152 * @return a list of gateways 163 * Refreshes the list of gateways offered by remote servers [all...] |
/external/tcpdump/ |
print-egp.c | 144 int gateways, distances, networks; local 165 for (gateways = 0; gateways < t_gateways; ++gateways) { 184 gateways < (int)egp->egp_intgw ? "int" : "ext",
|
/hardware/ril/include/telephony/ |
ril.h | 231 char * gateways; /* A space-delimited list of default gateway addresses, member in struct:__anon34757 [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RIL.java | 3285 String gateways = p.readString(); local 3338 String gateways = p.readString(); local [all...] |
/hardware/ril/reference-ril/ |
reference-ril.c | 444 responses[i].gateways = ""; 563 responses[i].gateways = "10.0.2.2"; 570 responses[i].gateways = ""; [all...] |
/hardware/ril/libril/ |
ril.cpp | [all...] |