Searched refs:expiration (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/docs/html/google/play/billing/ |
D | gp-purchase-status-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> — 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/ |
D | LocationManager.java | 965 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/ |
D | TrustAgentWrapper.java | 135 long expiration = SystemClock.elapsedRealtime() + duration; 138 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, expiration,
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 44 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/ |
D | billing_subscriptions.jd | 339 <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/ |
D | IDevicePolicyManager.aidl | 62 void setPasswordExpirationTimeout(in ComponentName who, long expiration, int userHandle); in setPasswordExpirationTimeout() argument
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 173 <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/ |
D | DevicePolicyManagerService.java | 1046 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/ |
D | device-management-policy.jd | 48 cover screen-lock password strength, expiration timeout, encryption, etc.</p>
|
/frameworks/base/docs/html/google/gcm/ |
D | server.jd | 203 <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/ |
D | app-signing.jd | 276 <p>The self-signed certificate used to sign your application in debug mode has an expiration date
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 84 Run a sync adapter after the expiration of an interval you choose, or run it at a certain
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 256 … types of policies, including policies for encrypted storage, password expiration, password histor…
|