Searched defs:sendStateToClients (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java229 sendStateToClients(false);
480 sendStateToClients(true);
638 private void sendStateToClients(boolean resetClient) { method in class:AutofillManagerServiceImpl
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2437 sendStateToClients(clientState, mGlobalClients);
2438 sendStateToClients(clientState, getUserClientsForId(userId));
2443 sendStateToClients(0, getUserClientsForId(userId));
2529 private void sendStateToClients(int clientState, method in class:AccessibilityManagerService.MainHandler

Completed in 85 milliseconds