Searched refs:boundClient (Results 1 – 2 of 2) sorted by relevance
253 AccessibilityServiceConnection boundClient = mBoundServices.get(i); in removeServiceLocked() local254 mComponentNameToServiceMap.put(boundClient.getComponentName(), boundClient); in removeServiceLocked() local
4518 AccessibilityServiceConnection boundClient = services.get(i); in onDisplayAdded() local4519 boundClient.onDisplayAdded(displayId); in onDisplayAdded()4542 AccessibilityServiceConnection boundClient = services.get(i); in onDisplayRemoved() local4543 boundClient.onDisplayRemoved(displayId); in onDisplayRemoved()