Searched refs:MAX_SYNC_JOB_ID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java187 * Generate job ids in the range [MIN_SYNC_JOB_ID, MAX_SYNC_JOB_ID) to avoid conflicts with
191 private static final int MAX_SYNC_JOB_ID = 110000; field in class:SyncManager
249 newJobId = MIN_SYNC_JOB_ID + mRand.nextInt(MAX_SYNC_JOB_ID - MIN_SYNC_JOB_ID);

Completed in 63 milliseconds