Searched refs:expires (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | CacheManager.java | 54 long expires; field in CacheManager.CacheResult 106 return expires; in getExpires()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | redundant_redundant.jd | 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);
|
D | efficient-network-access.jd | 141 …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/ |
D | SipSessionGroup.java | 930 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/ |
D | licensing-reference.jd | 276 (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/ |
D | confirm.jd | 50 gets notified if the user cancels the action and when the timer expires.</p>
|
/frameworks/base/docs/html/training/snackbar/ |
D | showing.jd | 189 {@link android.support.design.widget.Snackbar} expires or is dismissed.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 223 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
|
D | billing_integrate.jd | 640 the user. Once a subscription expires without renewal, it will no longer appear
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 50 After the geofence expires, Location Services automatically removes it.
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 258 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/ |
D | expansion-files.jd | 295 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/ |
D | android-6.0.jd | 151 cryptographic object first and if the the timeout expires, use the
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 55433 field public static final java.lang.String EXPIRES_ATTR = "expires";
|