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

  /external/nist-sip/java/gov/nist/core/
Host.java 106 * @param addrType int to set
108 public Host(String name, int addrType) {
112 setHost(name, addrType);
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 492 int addrType = c.getInt(2);
493 switch (addrType) {
497 addrType);
504 addrType);
507 Log.e(TAG, "Unknown address type: " + addrType);
    [all...]

Completed in 188 milliseconds