Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java102 private static final int ALL_UIDS = -1; field in JobStore
384 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;