Searched refs:boundClient (Results 1 – 2 of 2) sorted by relevance
239 AccessibilityServiceConnection boundClient = mBoundServices.get(i); in removeServiceLocked() local240 mComponentNameToServiceMap.put(boundClient.getComponentName(), boundClient); in removeServiceLocked() local
3597 AccessibilityServiceConnection boundClient = services.get(i); in onDisplayAdded() local3598 boundClient.onDisplayAdded(displayId); in onDisplayAdded()3619 AccessibilityServiceConnection boundClient = services.get(i); in onDisplayRemoved() local3620 boundClient.onDisplayRemoved(displayId); in onDisplayRemoved()