Searched refs:boundClient (Results 1 – 2 of 2) sorted by relevance
272 AccessibilityServiceConnection boundClient = mBoundServices.get(i); in removeServiceLocked() local273 mComponentNameToServiceMap.put(boundClient.getComponentName(), boundClient); in removeServiceLocked() local
5411 AccessibilityServiceConnection boundClient = services.get(i); in onDisplayAdded() local5412 boundClient.addWindowTokenForDisplay(displayId); in onDisplayAdded()5438 AccessibilityServiceConnection boundClient = services.get(i); in onDisplayRemoved() local5439 boundClient.onDisplayRemoved(displayId); in onDisplayRemoved()