Searched refs:mGlobalClients (Results 1 – 1 of 1) sorted by relevance
294 private final RemoteCallbackList<IAccessibilityManagerClient> mGlobalClients = field in AccessibilityManagerService1024 mGlobalClients.register(callback, client); in addClient()1064 boolean unregistered = mGlobalClients.unregister(callback); in removeClient()2304 mGlobalClients.broadcastForEachCookie(clientAction); in broadcastToClients()2475 && (mGlobalClients.getRegisteredCallbackCount() > 0 in scheduleUpdateClientsIfNeededLocked()2486 sendStateToClients(clientState, mGlobalClients); in sendStateToAllClients()2519 notifyClientsOfServicesStateChange(mGlobalClients, uiTimeout); in sendServicesStateChanged()4172 mGlobalClients.dump(pw, " Client list "); in dump()4176 mGlobalClients.getRegisteredCallbackCookie(i); in dump()4244 resetClientsLocked(deviceId, mGlobalClients); in removeDeviceIdLocked()[all …]