Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java297 File latestFile = null; in readLargestChainIdFromDiskLocked() local
307 latestFile = f; in readLargestChainIdFromDiskLocked()
311 if (latestFile == null) { in readLargestChainIdFromDiskLocked()
316 stream = new FileInputStream(latestFile); in readLargestChainIdFromDiskLocked()