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

  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 552 * @param beforeRunTimeMillis milliseconds before <code>runtimeMillis</code> that this sync may
554 * @param runtimeMillis milliseconds from now by which this sync must be run.
557 long beforeRunTimeMillis, long runtimeMillis) {
565 runtimeMillis = -1; // this means schedule at the front of the queue
597 + ", run by " + runtimeMillis
605 runtimeMillis /* runtime */,
648 * @param beforeRuntimeMillis milliseconds before runtimeMillis that this sync can run.
649 * @param runtimeMillis maximum milliseconds in the future to wait before performing sync.
654 long runtimeMillis, boolean onlyThoseWithUnkownSyncableState) {
666 runtimeMillis = -1; // this means schedule at the front of the queu
    [all...]
ContentService.java 385 long runtimeMillis = runAtTime * 1000;
388 beforeRuntimeMillis, runtimeMillis,
    [all...]

Completed in 451 milliseconds