Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java301 File latestFile = null; in readLargestChainIdFromDiskLocked() local
311 latestFile = f; in readLargestChainIdFromDiskLocked()
315 if (latestFile == null) { in readLargestChainIdFromDiskLocked()
320 stream = new FileInputStream(latestFile); in readLargestChainIdFromDiskLocked()