Searched refs:ALL_UIDS (Results 1 – 1 of 1) sorted by relevance
102 private static final int ALL_UIDS = -1; field in JobStore384 mPendingJobWriteUids.put(ALL_UIDS, true); in clear()395 mPendingJobWriteUids.put(ALL_UIDS, true); in clearForTesting()418 mPendingJobWriteUids.put(ALL_UIDS, true); in setUseSplitFilesForTesting()513 mPendingJobWriteUids.put(ALL_UIDS, true); in migrateJobFilesAsync()645 mCopyAllJobs = !mUseSplitFiles || mPendingJobWriteUids.get(ALL_UIDS);649 if (mPendingJobWriteUids.get(ALL_UIDS)) {680 mJobStoreCopy.put(ALL_UIDS, new ArrayList<>());686 final int uid = mUseSplitFiles ? jobStatus.getUid() : ALL_UIDS;