Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_SERVICE (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/app/
DUiAutomationConnection.java61 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
280 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE)); in registerUiTestAutomationServiceLocked()
302 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE)); in unregisterUiTestAutomationServiceLocked()
DContextImpl.java354 registerService(ACCESSIBILITY_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DLiftToActivateListener.java36 Context.ACCESSIBILITY_SERVICE); in LiftToActivateListener()
/frameworks/support/v4/java/android/support/v4/view/
DViewParentCompat.java46 .getSystemService(Context.ACCESSIBILITY_SERVICE); in requestSendAccessibilityEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAccessibilityController.java38 (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE); in AccessibilityController()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DUtil.java40 Context.ACCESSIBILITY_SERVICE); in announceForAccessibility()
/frameworks/base/services/core/java/com/android/server/am/
DLockTaskNotify.java43 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE); in LockTaskNotify()
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java101 mManager = (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE); in ExploreByTouchHelper()
562 (AccessibilityManager) mContext.getSystemService(Context.ACCESSIBILITY_SERVICE); in requestAccessibilityFocus()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java202 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in getInstance()
621 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in tryConnectToServiceLocked()
/frameworks/base/core/java/android/content/
DContext.java2093 ACCESSIBILITY_SERVICE,
2340 public static final String ACCESSIBILITY_SERVICE = "accessibility"; field in Context
/frameworks/support/v4/java/android/support/v4/widget/
DExploreByTouchHelper.java96 mManager = (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE); in ExploreByTouchHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DScreenPinningRequest.java59 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE); in ScreenPinningRequest()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DAccessibilityManagerServiceTest.java89 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in AccessibilityManagerServiceTest()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java138 …essibilityManager = (AccessibilityManager) context.getSystemService(Context.ACCESSIBILITY_SERVICE); in RadialPickerLayout()
/frameworks/base/services/java/com/android/server/
DSystemServer.java541 ServiceManager.addService(Context.ACCESSIBILITY_SERVICE, in startOtherServices()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java217 activity.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE); in PhotoViewController()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java485 if (ACCESSIBILITY_SERVICE.equals(service)) { in getSystemService()
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt110 NO DOC BLOCK: android.content.Context Field ACCESSIBILITY_SERVICE
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanel.java360 Context.ACCESSIBILITY_SERVICE); in VolumePanel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java507 mContext.getSystemService(Context.ACCESSIBILITY_SERVICE); in start()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java348 .getSystemService(Context.ACCESSIBILITY_SERVICE); in RecyclerView()
/frameworks/base/media/java/android/media/
DAudioService.java5515 (AccessibilityManager) ctxt.getSystemService(Context.ACCESSIBILITY_SERVICE); in init()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4419 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in getAccessibilityManagerForUser()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java1268 Context.ACCESSIBILITY_SERVICE); in init()
/frameworks/base/api/
Dsystem-current.txt7460 field public static final java.lang.String ACCESSIBILITY_SERVICE = "accessibility";

12