HomeSort by relevance Sort by last modified time
    Searched defs:maxAge (Results 1 - 25 of 52) sorted by null

1 2 3

  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
DalCheck.java 21 public String maxAge;
  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingLevelPolicy.java 86 int maxAge = 0;
88 if (maxAge < rating.getAgeHint()) {
89 maxAge = rating.getAgeHint();
92 return maxAge;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 104 * The "s-maxage" directive is the max age for shared caches. Not to be
221 } else if ("s-maxage".equalsIgnoreCase(directive)) {
258 if (sMaxAgeSeconds != -1) result.append("s-maxage=").append(sMaxAgeSeconds).append(", ");
295 * exceeds {@code maxAge}, it will not be used and a network request will
298 * @param maxAge a non-negative integer. This is stored and transmitted with
301 public Builder maxAge(int maxAge, TimeUnit timeUnit) {
302 if (maxAge < 0) throw new IllegalArgumentException("maxAge < 0: " + maxAge);
    [all...]
  /external/volley/src/main/java/com/android/volley/toolbox/
HttpHeaderParser.java 61 long maxAge = 0;
84 maxAge = Long.parseLong(token.substring(8));
113 softExpire = now + maxAge * 1000;
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
ParentalControlsTest.java 78 int maxAge = 20;
80 for (int age = minAge; age <= maxAge; age++) {
93 assertRatingViewIsChecked(minAge, maxAge, blockAge, true);
96 assertRatingViewIsChecked(minAge, maxAge, unBlockAge, false);
103 int minAge, int maxAge, int selectedAge, boolean expectedValue) {
104 for (int age = minAge; age <= maxAge; age++) {
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 89 private long maxAge = MAX_AGE_UNSPECIFIED; // Max-Age=VALUE ... cookies auto-expire
254 if (maxAge == 0) return true;
259 if (maxAge == MAX_AGE_UNSPECIFIED) return false;
262 if (deltaSecond > maxAge)
425 maxAge = expiry;
437 return maxAge;
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-core-1.11.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/guice/extensions/persist/lib/
servlet-api-2.5.jar 
  /external/guice/extensions/servlet/lib/build/
servlet-api-2.5.jar 
  /external/guice/extensions/struts2/lib/
servlet-api-2.5.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/
servlet-api-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 

Completed in 730 milliseconds

1 2 3