Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java199 private static final int NONCE_RESERVED = NONCE_CORKED + 1; field in PropertyInvalidatedCache
665 } while (newValue >= 0 && newValue < NONCE_RESERVED); in invalidateCacheLocked()