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

  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 223 private final int mMmsProxyPort;
410 return mMmsProxyPort;
547 this.mMmsProxyPort = builder.mMmsProxyPort;
662 apn.mProxyAddress, apn.mProxyPort, apn.mMmsc, apn.mMmsProxyAddress, apn.mMmsProxyPort, apn.mUser,
680 .append(", ").append(portToString(mMmsProxyPort))
757 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort)
802 && Objects.equals(mMmsProxyPort, other.mMmsProxyPort)
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
DefaultApnSettingsLoader.java 88 private final int mMmsProxyPort;
93 mMmsProxyPort = port;
108 return mMmsProxyPort;
119 mMmsProxyPort == other.getMmsProxyPort();
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleApnSettingsLoader.java 99 private final int mMmsProxyPort;
104 mMmsProxyPort = port;
119 return mMmsProxyPort;
130 mMmsProxyPort == other.getMmsProxyPort();

Completed in 102 milliseconds