Home | History | Annotate | Download | only in accessibility

Lines Matching defs:service

40  * System level service that serves as an event dispatch for {@link AccessibilityEvent}s,
45 * events implement and register an accessibility service which extends
140 IAccessibilityManager service = IAccessibilityManager.Stub.asInterface(iBinder);
141 sInstance = new AccessibilityManager(context, service);
151 * @param service An interface to the backing service.
155 public AccessibilityManager(Context context, IAccessibilityManager service) {
157 mService = service;
191 * the centralized accessibility manager service.
215 // it is possible that this manager is in the same process as the service but