Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java825 private static final AtomicDirectory sHistoricalAppOpsDir = new AtomicDirectory( field in HistoricalRegistry.Persistence
850 sHistoricalAppOpsDir.delete(); in clearHistoryDLocked()
859 final File newBaseDir = sHistoricalAppOpsDir.startWrite(); in persistHistoricalOpsDLocked()
860 final File oldBaseDir = sHistoricalAppOpsDir.getBackupDirectory(); in persistHistoricalOpsDLocked()
872 sHistoricalAppOpsDir.finishWrite(); in persistHistoricalOpsDLocked()
875 sHistoricalAppOpsDir.failWrite(); in persistHistoricalOpsDLocked()
901 baseDir = sHistoricalAppOpsDir.startRead(); in getLastPersistTimeMillisDLocked()
921 sHistoricalAppOpsDir.finishRead(); in getLastPersistTimeMillisDLocked()
924 sHistoricalAppOpsDir.delete(); in getLastPersistTimeMillisDLocked()
951 baseDir = sHistoricalAppOpsDir.startRead(); in collectHistoricalOpsBaseDLocked()
[all …]