Searched refs:sInvalidates (Results 1 – 1 of 1) sorted by relevance
236 private static final HashMap<String, Long> sInvalidates = new HashMap<>(); field in PropertyInvalidatedCache677 long invalidateCount = sInvalidates.getOrDefault(name, (long) 0); in invalidateCacheLocked()678 sInvalidates.put(name, ++invalidateCount); in invalidateCacheLocked()951 invalidateCount = sInvalidates.getOrDefault(mPropertyName, (long) 0); in dumpContents()