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

  /frameworks/base/core/java/android/content/
SyncRequest.java 334 * (new SyncRequest.Builder()).syncPeriodic(5 * HOUR_IN_SECS, 20 * MIN_IN_SECS);
338 * (new SyncRequest.Builder()).syncPeriodic(1 * HOUR_IN_SECS, 1 * HOUR_IN_SECS);
358 public Builder syncPeriodic(long pollFrequency, long beforeSeconds) {
597 throw new IllegalArgumentException("Must call either syncOnce() or syncPeriodic()");
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 39 milliseconds