Home
last modified time | relevance | path

Searched refs:expiration (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/docs/html/google/play/billing/
Dgp-purchase-status-api.jd208 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
/frameworks/base/location/java/android/location/
DLocationManager.java965 public void addProximityAlert(double latitude, double longitude, float radius, long expiration, in addProximityAlert() argument
968 if (expiration < 0) expiration = Long.MAX_VALUE; in addProximityAlert()
971 LocationRequest request = new LocationRequest().setExpireIn(expiration); in addProximityAlert()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java135 long expiration = SystemClock.elapsedRealtime() + duration;
138 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, expiration,
/frameworks/base/docs/html/training/location/
Dgeofencing.jd44 duration of a geofence by specifying an expiration duration in milliseconds. After the geofence
225 How long the geofence should remain active. Once the expiration time is reached, Location
226 Services deletes the geofence. Most of the time, you should specify an expiration time, but
277 * @param expiration Geofence expiration duration
285 long expiration,
292 this.mExpirationDuration = expiration;
399 * Get the expiration duration for the geofence identified
504 * Use to set an expiration time for a geofence. After this amount
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd339 <li>Since your app cannot know the expiration date, your server can poll Google
340 Play to get the expiration and store it with the purchase token and other
342 <li>Because your server now knows the expiration date, it does not need to poll
343 Google Play again until after the expiration date, at which time it can confirm
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl62 void setPasswordExpirationTimeout(in ComponentName who, long expiration, int userHandle); in setPasswordExpirationTimeout() argument
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd173 <td>Password expiration timeout</td>
174 …expressed as a delta in milliseconds from when a device admin sets the expiration timeout. Introdu…
618 <h5 id="expiration">Set password expiration timeout</h5>
621 …expressed as a delta in milliseconds from when a device admin sets the expiration timeout. For exa…
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1046 final long expiration = getPasswordExpirationLocked(null, policy.mUserHandle); in setExpirationAlarmCheckLocked() local
1048 final long timeToExpire = expiration - now; in setExpirationAlarmCheckLocked()
1050 if (expiration == 0) { in setExpirationAlarmCheckLocked()
2074 final long expiration = timeout > 0L ? (timeout + System.currentTimeMillis()) : 0L; in setPasswordExpirationTimeout() local
2075 ap.passwordExpirationDate = expiration; in setPasswordExpirationTimeout()
2080 .format(new Date(expiration))); in setPasswordExpirationTimeout()
3160 … long expiration = timeout > 0L ? (timeout + System.currentTimeMillis()) : 0L; in updatePasswordExpirationsLocked() local
3161 admin.passwordExpirationDate = expiration; in updatePasswordExpirationsLocked()
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd48 cover screen-lock password strength, expiration timeout, encryption, etc.</p>
/frameworks/base/docs/html/google/gcm/
Dserver.jd203 <li>{@code time_to_live}: setting an expiration date for a message.</li>
327 <p>Another advantage of specifying the expiration date for a message is that GCM
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd276 <p>The self-signed certificate used to sign your application in debug mode has an expiration date
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd84 Run a sync adapter after the expiration of an interval you choose, or run it at a certain
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd256 … types of policies, including policies for encrypted storage, password expiration, password histor…