Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java233 if (traceWMEnabled()) { in startTrackingWindowsLocked()
247 if (traceWMEnabled()) { in stopTrackingWindowsLocked()
1213 if (traceWMEnabled()) { in addAccessibilityInteractionConnection()
1262 if (traceWMEnabled()) { in addAccessibilityInteractionConnection()
1267 if (traceWMEnabled()) { in addAccessibilityInteractionConnection()
1404 if (traceWMEnabled()) { in onAccessibilityInteractionConnectionRemovedLocked()
1439 if (traceWMEnabled()) { in getWindowOwnerUserId()
1902 if (traceWMEnabled()) { in getDisplayIdByUserIdAndWindowIdLocked()
1948 if (traceWMEnabled()) { in findFocusedWindowId()
2025 private boolean traceWMEnabled() { in traceWMEnabled() method in AccessibilityWindowManager