Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java173 private long mBaseSnapshotInterval = DEFAULT_SNAPSHOT_INTERVAL_MILLIS; field in HistoricalRegistry
207 mBaseSnapshotInterval = other.mBaseSnapshotInterval; in HistoricalRegistry()
230 mPersistence = new Persistence(mBaseSnapshotInterval, in systemReady()
332 - nowMillis - mBaseSnapshotInterval; in dump()
454 - mNextPersistDueTimeMillis + mBaseSnapshotInterval; in getHistoricalOps()
549 if (mBaseSnapshotInterval != baseSnapshotInterval) { in setHistoryParameters()
550 mBaseSnapshotInterval = baseSnapshotInterval; in setHistoryParameters()
600 ops.offsetBeginAndEndTime(mBaseSnapshotInterval); in addHistoricalOps()
609 mPersistence = new Persistence(mBaseSnapshotInterval, mIntervalCompressionMultiplier); in resampleHistoryOnDiskInMemoryDMLocked()
684 if (remainingTimeMillis > mBaseSnapshotInterval) { in getUpdatedPendingHistoricalOpsMLocked()
[all …]