Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java298 File latestFile = null; in readLargestChainIdFromDiskLocked() local
308 latestFile = f; in readLargestChainIdFromDiskLocked()
312 if (latestFile == null) { in readLargestChainIdFromDiskLocked()
317 stream = new FileInputStream(latestFile); in readLargestChainIdFromDiskLocked()