Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarStateControllerImpl.java200 DejankUtils.stopDetectingBlockingIpcs(tag); in setState()
248 DejankUtils.stopDetectingBlockingIpcs(tag); in setPanelExpanded()
271 DejankUtils.stopDetectingBlockingIpcs(tag); in setIsDozing()
342 DejankUtils.stopDetectingBlockingIpcs(tag); in setDozeAmountInternal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDejankUtils.java166 public static void stopDetectingBlockingIpcs(String tag) { in stopDetectingBlockingIpcs() method in DejankUtils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3553 DejankUtils.stopDetectingBlockingIpcs(tag);
3580 DejankUtils.stopDetectingBlockingIpcs(tag);
H A DNotificationPanelViewController.java4641 DejankUtils.stopDetectingBlockingIpcs("NVP#onLayout"); in onLayoutChange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1717 DejankUtils.stopDetectingBlockingIpcs(tag); in handleScreenTurnedOff()