Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java299 long latestFileTimestamp = 0; in readLargestChainIdFromDiskLocked() local
307 if (latestFileTimestamp < timestamp) { in readLargestChainIdFromDiskLocked()
309 latestFileTimestamp = timestamp; in readLargestChainIdFromDiskLocked()