Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java577 private static final AtomicLong sNextNonce = new AtomicLong((new Random()).nextLong()); field in PropertyInvalidatedCache.NoPreloadHolder
579 return sNextNonce.getAndIncrement(); in next()