Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DProxyManager.java185 clearConnectionAndUpdateState(displayId); in registerProxy()
202 return clearConnectionAndUpdateState(displayId); in unregisterProxy()
220 clearConnectionAndUpdateState(displaysToClear.get(i)); in clearConnections()
238 private boolean clearConnectionAndUpdateState(int displayId) { in clearConnectionAndUpdateState() method in ProxyManager