HomeSort by relevance Sort by last modified time
    Searched refs:runtimeMillis (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/content/
ContentService.java 380 long runtimeMillis = runAtTime * 1000;
383 beforeRuntimeMillis, runtimeMillis,
    [all...]
SyncManager.java 582 * @param beforeRuntimeMillis milliseconds before runtimeMillis that this sync can run.
583 * @param runtimeMillis maximum milliseconds in the future to wait before performing sync.
588 long runtimeMillis, boolean onlyThoseWithUnkownSyncableState) {
603 runtimeMillis = -1; // this means schedule at the front of the queue
729 + " run by " + runtimeMillis
738 authority, extras, runtimeMillis, beforeRuntimeMillis,
    [all...]

Completed in 499 milliseconds