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/base/core/java/com/google/android/mms/pdu/
PduPersister.java 480 int addrType = c.getInt(2);
481 switch (addrType) {
485 addrType);
492 addrType);
495 Log.e(TAG, "Unknown address type: " + addrType);
    [all...]

Completed in 458 milliseconds