Searched refs:mPersistCache (Results 1 – 1 of 1) sorted by relevance
2652 private final SparseArray<Boolean> mPersistCache = new SparseArray<Boolean>(); field in JobSchedulerService.JobSchedulerStub2685 synchronized (mPersistCache) { in canPersistJobs()2686 Boolean cached = mPersistCache.get(uid); in canPersistJobs()2696 mPersistCache.put(uid, canPersist); in canPersistJobs()