Home
last modified time | relevance | path

Searched refs:ALL_UIDS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java105 private static final int ALL_UIDS = -1; field in JobStore
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()
650 mCopyAllJobs = !mUseSplitFiles || mPendingJobWriteUids.get(ALL_UIDS);
654 if (mPendingJobWriteUids.get(ALL_UIDS)) {
685 mJobStoreCopy.put(ALL_UIDS, new ArrayList<>());
691 final int uid = mUseSplitFiles ? jobStatus.getUid() : ALL_UIDS;