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