HomeSort by relevance Sort by last modified time
    Searched refs:ACCESSIBILITY_SERVICE (Results 1 - 25 of 74) sorted by null

1 2 3

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccessibilityHelper.java 32 getSystemService(Context.ACCESSIBILITY_SERVICE);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
AccessibilityUtil.java 52 context.getSystemService(Context.ACCESSIBILITY_SERVICE);
64 context.getSystemService(Context.ACCESSIBILITY_SERVICE);
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityServiceInfoTest.java 45 getContext().getSystemService(Service.ACCESSIBILITY_SERVICE);
AccessibilityManagerTest.java 50 getContext().getSystemService(Service.ACCESSIBILITY_SERVICE);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
LiftToActivateListener.java 36 Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AccessibilityController.java 38 (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Util.java 40 Context.ACCESSIBILITY_SERVICE);
  /frameworks/support/v4/java/android/support/v4/view/
ViewParentCompat.java 46 .getSystemService(Context.ACCESSIBILITY_SERVICE);
  /packages/apps/Camera2/src/com/android/camera/util/
AccessibilityUtils.java 23 Context.ACCESSIBILITY_SERVICE);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
AccessibilityUtils.java 41 Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/services/core/java/com/android/server/am/
LockTaskNotify.java 43 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ViewUtils.java 82 view.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 61 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
280 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
302 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java 64 Service.ACCESSIBILITY_SERVICE);
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationDriver.java 144 .getSystemService(Context.ACCESSIBILITY_SERVICE);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java 185 getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
LauncherClings.java 223 Launcher.ACCESSIBILITY_SERVICE);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadKeyButton.java 96 Context.ACCESSIBILITY_SERVICE);
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 21 getSystemService(ACCESSIBILITY_SERVICE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 83 (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 58 * (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);</pre>
66 * @see Context#ACCESSIBILITY_SERVICE
202 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
621 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 101 mManager = (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
562 (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
  /packages/apps/InCallUI/src/com/android/incallui/
DialpadFragment.java 335 v.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
358 v.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 340 getSystemService(Context.ACCESSIBILITY_SERVICE);

Completed in 745 milliseconds

1 2 3