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

  /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...]
  /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...]
  /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",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 3286 String gateways = p.readString(); local
3339 String gateways = p.readString(); local
    [all...]
  /hardware/ril/include/telephony/
ril.h 231 char * gateways; /* A space-delimited list of default gateway addresses, member in struct:__anon33869
    [all...]

Completed in 188 milliseconds