Home | History | Annotate | Download | only in accessibility

Lines Matching defs:sendStateToClients

1043                         AccessibilityManagerService::sendStateToClients,
1612 sendStateToClients(clientState, mGlobalClients);
1613 sendStateToClients(clientState, userId);
1616 private void sendStateToClients(int clientState, int userId) {
1617 sendStateToClients(clientState, getUserState(userId).mUserClients);
1620 private void sendStateToClients(int clientState,