HomeSort by relevance Sort by last modified time
    Searched refs:boundServices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
KeyEventDispatcher.java 105 * lock used to construct this object held. The boundServices list must also be protected
110 * @param boundServices A list of currently bound AccessibilityServices
115 // TODO: The locking policy for boundServices needs some thought.
117 KeyEvent event, int policyFlags, List<Service> boundServices) {
120 for (int i = 0; i < boundServices.size(); i++) {
121 Service service = boundServices.get(i);
AccessibilityManagerService.java     [all...]

Completed in 641 milliseconds