HomeSort by relevance Sort by last modified time
    Searched defs:DEFAULT_POLL_FREQUENCY_SECONDS (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 94 private static final long DEFAULT_POLL_FREQUENCY_SECONDS = 60 * 60 * 24; // One day
319 DEFAULT_POLL_FREQUENCY_SECONDS,
320 calculateDefaultFlexTime(DEFAULT_POLL_FREQUENCY_SECONDS));
605 * The flex time is capped at a percentage of the {@link #DEFAULT_POLL_FREQUENCY_SECONDS}.
613 } else if (syncTimeSeconds < DEFAULT_POLL_FREQUENCY_SECONDS) {
617 return (long) (DEFAULT_POLL_FREQUENCY_SECONDS * DEFAULT_FLEX_PERCENT_SYNC);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 548 milliseconds