Searched defs:flex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java85 /** Percentage of period that is flex by default, if no flexMillis is set. */
88 /** Lower bound on sync time from which we assign a default flex time. */
333 void onPeriodicSyncAdded(EndPoint target, Bundle extras, long pollFrequency, long flex); argument
499 * Figure out a reasonable flex time for cases where none is provided (old api calls).
504 * The flex time is capped at a percentage of the {@link #DEFAULT_POLL_FREQUENCY_SECONDS}.
508 // Small enough sync request time that we don't add flex time - developer probably
515 // Large enough sync request time that we cap the flex time.
1706 String flexValue = parser.getAttributeValue(null, "flex");
1722 Slog.e(TAG, "Error formatting value parsed for periodic sync flex: " + flexValue
1727 Slog.d(TAG, "No flex tim
[all...]
H A DSyncManager.java503 long flex) {
504 updateOrAddPeriodicSync(target, pollFrequency, flex, extras);
930 public void updateOrAddPeriodicSync(EndPoint target, long pollFrequency, long flex, argument
933 pollFrequency, flex, extras);
1052 public final long flex; field in class:SyncManager.UpdatePeriodicSyncMessagePayload
1055 UpdatePeriodicSyncMessagePayload(EndPoint target, long pollFrequency, long flex, argument
1059 this.flex = flex;
2324 data.flex, data.extras);
2606 * an updated period or flex i
2626 updateOrAddPeriodicSyncH(EndPoint target, long pollFrequency, long flex, Bundle extras) argument
[all...]

Completed in 168 milliseconds