Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java1214 @Nullable long[] cumulativeOverflowMillis, int depth, in readHistoricalOpsLocked() argument
1228 + (cumulativeOverflowMillis != null ? cumulativeOverflowMillis[0] : 0)) in readHistoricalOpsLocked()
1240 cumulativeOverflowMillis); in readHistoricalOpsLocked()
1248 @Nullable long[] cumulativeOverflowMillis) in readHistoricalOpsLocked() argument
1273 cumulativeOverflowMillis); in readHistoricalOpsLocked()
1287 if (cumulativeOverflowMillis != null) { in readHistoricalOpsLocked()
1288 cumulativeOverflowMillis[0] += overflowMillis; in readHistoricalOpsLocked()
1310 @Nullable long[] cumulativeOverflowMillis) in readeHistoricalOpsDLocked() argument
1313 + (cumulativeOverflowMillis != null ? cumulativeOverflowMillis[0] : 0); in readeHistoricalOpsDLocked()
1315 + (cumulativeOverflowMillis != null ? cumulativeOverflowMillis[0] : 0); in readeHistoricalOpsDLocked()