Searched refs:mGlobalClients (Results 1 – 1 of 1) sorted by relevance
337 private final RemoteCallbackList<IAccessibilityManagerClient> mGlobalClients = field in AccessibilityManagerService1081 mGlobalClients.register(callback, client); in addClient()1122 boolean unregistered = mGlobalClients.unregister(callback); in removeClient()2591 mGlobalClients.broadcastForEachCookie(clientAction); in broadcastToClients()2837 && (mGlobalClients.getRegisteredCallbackCount() > 0 in scheduleUpdateClientsIfNeededLocked()2848 sendStateToClients(clientState, mGlobalClients); in sendStateToAllClients()2881 notifyClientsOfServicesStateChange(mGlobalClients, uiTimeout); in sendServicesStateChanged()5037 mGlobalClients.dump(pw, " Client list "); in dump()5039 for (int i = 0; i < mGlobalClients.getRegisteredCallbackCount(); i++) { in dump()5041 mGlobalClients.getRegisteredCallbackCookie(i); in dump()[all …]