Searched refs:mPendingJobWriteUids (Results 1 – 1 of 1) sorted by relevance
131 private final SparseBooleanArray mPendingJobWriteUids = new SparseBooleanArray(); field in JobStore293 mPendingJobWriteUids.put(jobStatus.getUid(), true); in add()311 mPendingJobWriteUids.put(jobStatus.getUid(), true); in addForTesting()347 mPendingJobWriteUids.put(jobStatus.getUid(), true); in remove()362 mPendingJobWriteUids.put(jobStatus.getUid(), true); in removeForTesting()380 mPendingJobWriteUids.put(jobStatus.getUid(), true); in touchJob()387 mPendingJobWriteUids.put(ALL_UIDS, true); in clear()398 mPendingJobWriteUids.put(ALL_UIDS, true); in clearForTesting()421 mPendingJobWriteUids.put(ALL_UIDS, true); in setUseSplitFilesForTesting()518 mPendingJobWriteUids.put(ALL_UIDS, true); in migrateJobFilesAsync()[all …]