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

  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 40 * This is used in the {@link #sourcePeriodicId} field if the operation is not initiated by a failed
80 public final int sourcePeriodicId;
121 new Bundle(op.extras), op.allowParallelSyncs, op.isPeriodic, op.sourcePeriodicId,
127 boolean isPeriodic, int sourcePeriodicId, long periodMillis,
137 this.sourcePeriodicId = sourcePeriodicId;
151 new Bundle(extras), allowParallelSyncs, false, jobId /* sourcePeriodicId */,
166 sourcePeriodicId = other.sourcePeriodicId;
234 jobInfoExtras.putInt("sourcePeriodicId", sourcePeriodicId)
    [all...]
SyncManager.java 142 * one off SyncOperation and set its {@link SyncOperation#sourcePeriodicId} field to the jobId of the
    [all...]

Completed in 102 milliseconds