Searched refs:expires (Results 1 – 15 of 15) sorted by relevance
54 long expires; field in CacheManager.CacheResult106 return expires; in getExpires()
38 …ct the time at which the requested content was last updated, and when it expires, from within the …44 long expires = conn.getHeaderFieldDate("Expires", currentTime);47 setDataExpirationDate(expires);
141 …to close the connection immediately, but to still close it before the inherent timeout expires.</p>
930 ExpiresHeader expires = (ExpiresHeader) response.getHeader(ExpiresHeader.NAME); in getExpiryTime() local931 if (expires != null && (time < 0 || time > expires.getExpires())) { in getExpiryTime()932 time = expires.getExpires(); in getExpiryTime()937 expires = (ExpiresHeader) response.getHeader(MinExpiresHeader.NAME); in getExpiryTime()938 if (expires != null && time < expires.getExpires()) { in getExpiryTime()939 time = expires.getExpires(); in getExpiryTime()
276 (cached) license response expires and must be rechecked on the licensing server. See the section339 expires. </p>344 application's license validity period expires, this does not mean that the
50 gets notified if the user cancels the action and when the timer expires.</p>
189 {@link android.support.design.widget.Snackbar} expires or is dismissed.
223 added to his existing subscription, so the subscription now expires on September337 automatically; at the end of the trial period the subscription expires, and
640 the user. Once a subscription expires without renewal, it will no longer appear
50 After the geofence expires, Location Services automatically removes it.
258 player presses the button before the timer expires, the game registers a265 is received before the timer expires, the game registers a success, and if not,
295 provides for each file is unique for every download and each one expires shortly after it is given360 expansion files is unique for every download and each one expires shortly after it is given to
151 cryptographic object first and if the the timeout expires, use the
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
55433 field public static final java.lang.String EXPIRES_ATTR = "expires";