Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DProxyManager.java92 private final SparseArray<ProxyAccessibilityServiceConnection> mProxyA11yServiceConnections = field in ProxyManager
185 mProxyA11yServiceConnections.put(displayId, connection); in registerProxy()
196 if (mProxyA11yServiceConnections.size() == 1) { in registerProxy()
258 for (int i = 0; i < mProxyA11yServiceConnections.size(); i++) { in clearConnections()
260 mProxyA11yServiceConnections.valueAt(i); in clearConnections()
289 if (mProxyA11yServiceConnections.contains(displayId)) { in clearConnectionAndUpdateState()
290 deviceId = mProxyA11yServiceConnections.get(displayId).getDeviceId(); in clearConnectionAndUpdateState()
291 mProxyA11yServiceConnections.remove(displayId); in clearConnectionAndUpdateState()
293 if (mProxyA11yServiceConnections.size() == 0) { in clearConnectionAndUpdateState()
335 if (mProxyA11yServiceConnections.size() == 0) { in updateStateForRemovedDisplay()
[all …]