HomeSort by relevance Sort by last modified time
    Searched full:expiration (Results 26 - 50 of 278) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/google/play/
developer-api.jd 208 use the Purchase Status API to query the expiration date for new subscription tokens,
209 then store the expiration date locally. This allows you to check the status of
210 subscriptions only at or after the expiration (see below).</li>
211 <li><em>Query for subscription status only at expiration</em> &mdash; Once your
212 server has retrieved the expiration date of subscription tokens, it should not query
214 reaching or has passed the expiration date. Typically, your servers would run a batch
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie.java 144 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt>
149 * @return Expiration {@link Date}, or <tt>null</tt>.
159 * Sets expiration date.
368 /** Expiration {@link Date}. */
  /external/guava/guava/src/com/google/common/cache/
RemovalCause.java 73 * The entry's expiration timestamp has passed. This can occur when using
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 21 // One hour expiration time
  /external/kernel-headers/original/uapi/asm-mips/asm/
siginfo.h 120 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */
  /external/nist-sip/java/gov/nist/javax/sip/
SipListenerExt.java 35 * Processes an expiration Timeout of an underlying {@link Dialog} handled by this
  /external/toybox/toys/pending/
dumpleases.c 18 -a Show expiration time
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 20 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
  /system/bt/osi/include/
alarm.h 55 // Figure out how much time until next expiration.
  /system/core/logd/
LogBufferElement.h 55 #define EXPIRE_RATELIMIT 10 // maximum rate in seconds to report expiration
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 112 * password expiration take the min (strongest mode)
309 * NOTE: If there are multiple accounts with password expiration policies, the device
312 * the expiration. In other words, all accounts (that require expiration) will run/stop
427 // password expiration (days until a password expires). API takes mSec.
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 81 * Returns the expiration {@link Date} of the cookie, or <tt>null</tt>
86 * @return Expiration {@link Date}, or <tt>null</tt>.
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpheaders.py 138 ('expires','Entity An-Expiration-Date'),
147 ('Expires', 'Entity An-Expiration-Date'),
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
MapMaker.java 110 * expiration comes). We also want to avoid removing an entry prematurely if the entry was set
181 "expiration time of " + expirationMillis + " ns was already set");
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Timer.c 201 * This function starts the timer \a TimerId with an expiration time of
206 * \param RegTimeCnt expiration time in milliseconds.
  /system/keymaster/include/keymaster/
keymaster_enforcement.h 119 * Returns true if the specified expiration date has passed. Returns false if it has not, or if
120 * expiration cannot be enforced.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 13 var expiration = date.toGMTString();
17 writeCookie(API_LEVEL_ENABLED_COOKIE, 1, null, expiration);
21 writeCookie(API_LEVEL_ENABLED_COOKIE, 0, null, expiration);
71 var expiration = date.toGMTString();
72 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 14 var expiration = date.toGMTString();
18 writeCookie(API_LEVEL_ENABLED_COOKIE, 1, null, expiration);
22 writeCookie(API_LEVEL_ENABLED_COOKIE, 0, null, expiration);
66 var expiration = date.toGMTString();
67 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 50 /* Convert days to mSec (used for password expiration) */
52 /* Small offset (2 minutes) added to policy expiration to make user testing easier. */
385 * Helper to map expiration times to the millisecond values used by DevicePolicyManager.
389 // Add a small offset to the password expiration. This makes it easier to test
390 // by changing (for example) 1 day to 1 day + 5 minutes. If you set an expiration
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 162 // expiration - will not change because 0 (unspecified)
188 // expiration time - min logic - will change because lower here
361 // Add an account with a longer expiration
371 // Add an account with a shorter expiration
388 // Two accounts - a1 is normal, a2 has security (but no expiration)
407 // Run the expiration code - should do nothing
433 // Run the expiration code - wipe acct #3
  /external/libnfc-nci/halimpl/pn54x/tml/
phOsalNfc_Timer.c 320 ** Description Invokes the timer callback function after timer expiration.
353 ** Shall be invoked upon expiration of a timer
373 ** Description posts message upon expiration of timer
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java 103 * The expiration date of the cached response, if known. If both this field
221 builder.addHeader("Warning", "113 HttpURLConnection \"Heuristic expiration\"");
260 // document's age at the time it was served. Default expiration
  /external/ppp/pppd/plugins/radius/etc/
dictionary 111 ATTRIBUTE Expiration 21 date
240 # uncomment these two lines to turn account expiration on
243 #VALUE Server-Config Password-Expiration 30
  /system/bt/osi/src/
alarm.c 329 // If next expiration was in the past (e.g. short timer that got context switched)
342 LOG_ERROR("%s alarm expiration too close for posix timers, switching to guns", __func__);
354 // alarm expiration, which is signaled using |alarm_expired|.
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
Constants.java 37 // An app with dynamically-created geofences would want to include a reasonable expiration time.

Completed in 305 milliseconds

12 3 4 5 6 7 8 91011>>