Searched refs:ACCESSIBILITY_SERVICE (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DLiftToActivateListener.java36 Context.ACCESSIBILITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessibilityController.java37 (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DUtil.java40 Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java64 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
330 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
353 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
H A DSystemServiceRegistry.java152 registerService(Context.ACCESSIBILITY_SERVICE, AccessibilityManager.class,
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DCheckBoxPreference.java107 getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
H A DSwitchPreferenceCompat.java209 getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java215 getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java103 mManager = (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
608 (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java58 * (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);</pre>
66 * @see Context#ACCESSIBILITY_SERVICE
621 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java62 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewParentCompat.java62 .getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java80 Context.ACCESSIBILITY_SERVICE);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAccessibilityManagerServiceTest.java95 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2650 ACCESSIBILITY_SERVICE,
2981 public static final String ACCESSIBILITY_SERVICE = "accessibility"; field in class:Context
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java138 mAccessibilityManager = (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java194 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/support/v4/java/android/support/v4/widget/
H A DExploreByTouchHelper.java143 mManager = (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java566 if (ACCESSIBILITY_SERVICE.equals(service)) {
596 return ACCESSIBILITY_SERVICE;
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java669 ServiceManager.addService(Context.ACCESSIBILITY_SERVICE,
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java225 activity.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java154 mAccessibilityMgr = (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java201 (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java635 (AccessibilityManager) getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
2371 getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java692 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE);

Completed in 691 milliseconds

12