Searched defs:proxyPort (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionBundle.java108 int proxyPort) {
111 mBundle.putInt(PROXY_PORT, proxyPort);
156 " proxyPort: " + getProxyPort();
106 setConnectionSettings(String mmscUrl, String proxyAddress, int proxyPort) argument
H A DTransactionSettings.java126 * @param proxyPort The port used by the proxy address
130 public TransactionSettings(String mmscUrl, String proxyAddr, int proxyPort) { argument
133 mProxyPort = proxyPort;
138 " proxyPort: " + mProxyPort);
H A DHttpUtils.java96 String proxyHost, int proxyPort) throws IOException {
110 Log.v(TAG, "\tproxyPort\t= " + proxyPort);
151 params, new HttpHost(proxyHost, proxyPort));
94 httpConnection(Context context, long token, String url, byte[] pdu, int method, boolean isProxySet, String proxyHost, int proxyPort) argument

Completed in 170 milliseconds