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.java719 private static final AtomicDirectory sHistoricalAppOpsDir = new AtomicDirectory( field in HistoricalRegistry.Persistence
744 sHistoricalAppOpsDir.delete(); in clearHistoryDLocked()
753 final File newBaseDir = sHistoricalAppOpsDir.startWrite(); in persistHistoricalOpsDLocked()
754 final File oldBaseDir = sHistoricalAppOpsDir.getBackupDirectory(); in persistHistoricalOpsDLocked()
766 sHistoricalAppOpsDir.finishWrite(); in persistHistoricalOpsDLocked()
769 sHistoricalAppOpsDir.failWrite(); in persistHistoricalOpsDLocked()
795 baseDir = sHistoricalAppOpsDir.startRead(); in getLastPersistTimeMillisDLocked()
821 sHistoricalAppOpsDir.finishRead(); in getLastPersistTimeMillisDLocked()
824 sHistoricalAppOpsDir.delete(); in getLastPersistTimeMillisDLocked()
849 baseDir = sHistoricalAppOpsDir.startRead(); in collectHistoricalOpsBaseDLocked()
[all …]