OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHttpRequestUrl
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Messaging/src/android/support/v7/mms/
DownloadRequest.java
61
return httpClient.execute(
getHttpRequestUrl
(apn), null/*pdu*/, MmsHttpClient.METHOD_GET,
68
protected String
getHttpRequestUrl
(final ApnSettingsLoader.Apn apn) {
SendRequest.java
81
return httpClient.execute(
getHttpRequestUrl
(apn), mPduData, MmsHttpClient.METHOD_POST,
87
protected String
getHttpRequestUrl
(final ApnSettingsLoader.Apn apn) {
MmsRequest.java
89
protected abstract String
getHttpRequestUrl
(ApnSettingsLoader.Apn apn);
168
final String url =
getHttpRequestUrl
(apn);
Completed in 154 milliseconds