OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContent
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
WebContent.java
26
public final class
WebContent
{
31
public
WebContent
(String content, Long expireTimeMillis) {
URLFetcher.java
60
public
WebContent
getWebContentFromUrlWithRetry(URL url, long fileSizeLimit,
90
public
WebContent
getWebContentFromUrl(URL url, long fileSizeLimit, int connectionTimeoutMillis)
109
return new
WebContent
("", DO_NOT_CACHE_RESULT);
114
return new
WebContent
("", DO_NOT_CACHE_RESULT);
120
return new
WebContent
(inputStreamToString(
DirectStatementRetriever.java
149
WebContent
webContent
;
156
webContent
= mUrlFetcher.getWebContentFromUrlWithRetry(url,
165
.parseStatementList(
webContent
.getContent(), source);
172
return Result.create(statements,
webContent
.getExpireTimeMillis());
Completed in 542 milliseconds