Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java1700 final long candidateSlotIntersectionMillis = candidateOp.getEndTimeMillis() in normalizeSnapshotForSlotDuration() local
1702 if (candidateSlotIntersectionMillis <= 0) { in normalizeSnapshotForSlotDuration()
1705 final float candidateSplitRatio = candidateSlotIntersectionMillis in normalizeSnapshotForSlotDuration()