Home | History | Annotate | Download | only in content

Lines Matching defs:jobId

79     /** jobId of the periodic SyncOperation that initiated this one */
99 /** jobId of the JobScheduler job corresponding to this sync */
100 public int jobId;
140 this.jobId = NO_JOB_ID;
151 new Bundle(extras), allowParallelSyncs, false, jobId /* sourcePeriodicId */,
232 jobInfoExtras.putInt("jobId", jobId);
304 op.jobId = jobExtras.getInt("jobId");
371 sb.append("JobId=").append(jobId)