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

/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java246 sendStateToClients(false);
542 sendStateToClients(true);
722 private void sendStateToClients(boolean resetClient) { method in class:AutofillManagerServiceImpl
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2434 sendStateToClients(clientState, mGlobalClients);
2435 sendStateToClients(clientState, getUserClientsForId(userId));
2440 sendStateToClients(0, getUserClientsForId(userId));
2531 private void sendStateToClients(int clientState, method in class:AccessibilityManagerService.MainHandler

Completed in 233 milliseconds