Searched defs:proxyPort (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Mms/src/com/android/mms/transaction/ |
H A D | TransactionBundle.java | 108 int proxyPort) { 111 mBundle.putInt(PROXY_PORT, proxyPort); 156 " proxyPort: " + getProxyPort(); 106 setConnectionSettings(String mmscUrl, String proxyAddress, int proxyPort) argument
|
H A D | TransactionSettings.java | 131 * @param proxyPort The port used by the proxy address 135 public TransactionSettings(String mmscUrl, String proxyAddr, int proxyPort) { argument 138 mProxyPort = proxyPort; 143 " proxyPort: " + mProxyPort);
|
H A D | HttpUtils.java | 96 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 203 milliseconds