Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java210 mBaseSnapshotInterval = other.mBaseSnapshotInterval; in HistoricalRegistry()
617 ops.offsetBeginAndEndTime(mBaseSnapshotInterval); in addHistoricalOps()
701 if (remainingTimeMillis > mBaseSnapshotInterval) { in getUpdatedPendingHistoricalOpsMLocked()
723 - mBaseSnapshotInterval); in getUpdatedPendingHistoricalOpsMLocked()
840 private final long mBaseSnapshotInterval; field in HistoricalRegistry.Persistence
844 mBaseSnapshotInterval = baseSnapshotInterval; in Persistence()
1008 depth) * mBaseSnapshotInterval; in collectHistoricalOpsRecursiveDLocked()
1010 depth + 1) * mBaseSnapshotInterval; in collectHistoricalOpsRecursiveDLocked()
1060 depth) * mBaseSnapshotInterval; in handlePersistHistoricalOpsRecursiveDLocked()
1062 depth + 1) * mBaseSnapshotInterval; in handlePersistHistoricalOpsRecursiveDLocked()
[all …]