Home
last modified time | relevance | path

Searched refs:expires (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/webkit/
DCacheManager.java54 long expires; field in CacheManager.CacheResult
106 return expires; in getExpires()
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd38 …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);
Defficient-network-access.jd141 …to close the connection immediately, but to still close it before the inherent timeout expires.</p>
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java930 ExpiresHeader expires = (ExpiresHeader) response.getHeader(ExpiresHeader.NAME); in getExpiryTime() local
931 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()
/frameworks/base/docs/html/google/play/licensing/
Dlicensing-reference.jd276 (cached) license response expires and must be rechecked on the licensing server. See the section
339 expires. </p>
344 application's license validity period expires, this does not mean that the
/frameworks/base/docs/html/training/wearables/ui/
Dconfirm.jd50 gets notified if the user cancels the action and when the timer expires.</p>
/frameworks/base/docs/html/training/snackbar/
Dshowing.jd189 {@link android.support.design.widget.Snackbar} expires or is dismissed.
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd223 added to his existing subscription, so the subscription now expires on September
337 automatically; at the end of the trial period the subscription expires, and
Dbilling_integrate.jd640 the user. Once a subscription expires without renewal, it will no longer appear
/frameworks/base/docs/html/training/location/
Dgeofencing.jd50 After the geofence expires, Location Services automatically removes it.
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd258 player presses the button before the timer expires, the game registers a
265 is received before the timer expires, the game registers a success, and if not,
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd295 provides for each file is unique for every download and each one expires shortly after it is given
360 expansion files is unique for every download and each one expires shortly after it is given to
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0.jd151 cryptographic object first and if the the timeout expires, use the
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt55433 field public static final java.lang.String EXPIRES_ATTR = "expires";