Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java107 private static final long GARBAGE_INSPECTION_INTERVAL = field in GarbageMonitor
278 GARBAGE_INSPECTION_INTERVAL, in dump()
279 (float) GARBAGE_INSPECTION_INTERVAL / DateUtils.MINUTE_IN_MILLIS)); in dump()
603 mMessageRouter.sendMessageDelayed(DO_GARBAGE_INSPECTION, GARBAGE_INSPECTION_INTERVAL); in doGarbageInspection()