Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java302 long latestFileTimestamp = 0; in readLargestChainIdFromDiskLocked() local
310 if (latestFileTimestamp < timestamp) { in readLargestChainIdFromDiskLocked()
312 latestFileTimestamp = timestamp; in readLargestChainIdFromDiskLocked()