Home
last modified time | relevance | path

Searched refs:runOnServiceSync (Results 1 – 13 of 13) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java190 mService.runOnServiceSync(() -> { in tearDown()
220 mService.runOnServiceSync(() -> result.set(controller.setScale(scale, false))); in testSetScale()
225 mService.runOnServiceSync(() -> result.set(controller.reset(false))); in testSetScale()
243 mService.runOnServiceSync(() -> { in testSetScaleAndCenter()
255 mService.runOnServiceSync(() -> result.set(controller.reset(false))); in testSetScaleAndCenter()
278 mService.runOnServiceSync(() -> { in testSetMagnificationConfig_expectedConfig()
295 mService.runOnServiceSync(() -> { in testSetMagnificationConfig_expectedConfig()
322 mService.runOnServiceSync( in testSetConfigWithDefaultModeAndCenter_expectedConfig()
335 mService.runOnServiceSync( in testSetConfigWithDefaultModeAndCenter_expectedConfig()
342 mService.runOnServiceSync( in testSetConfigWithDefaultModeAndCenter_expectedConfig()
[all …]
DAccessibilityVolumeTest.java114 service.runOnServiceSync(() -> mAudioManager.setStreamVolume( in testChangeAccessibilityVolume_inAccessibilityService_shouldWork()
118 service.runOnServiceSync(() -> mAudioManager.setStreamVolume( in testChangeAccessibilityVolume_inAccessibilityService_shouldWork()
DAccessibilityOverlayTest.java138 mService.runOnServiceSync( in testA11yServiceShowsOverlay_shouldAppear()
306 mService.runOnServiceSync(() -> viewHost.setView(overlayLayout, overlayParams)); in doOverlayWindowTest()
322 mService.runOnServiceSync( in doOverlayWindowTest()
486 mService.runOnServiceSync( in addOverlayToVirtualDisplayAndCheck()
DFullScreenMagnificationControllerTest.java141 mService.runOnServiceSync(() -> { in zoomIn()
DTouchExplorerTest.java631 mService.runOnServiceSync( in setRightSideOfActivityWindowGestureDetectionPassthrough()
639 mService.runOnServiceSync( in setRightSideOfActivityWindowTouchExplorationPassthrough()
646 mService.runOnServiceSync( in clearPassthroughRegions()
DAccessibilityGestureDispatchTest.java392 magnificationService.runOnServiceSync(() -> { in testClickWhenMagnified_matchesActualTouch()
405 magnificationService.runOnServiceSync(() -> { in testClickWhenMagnified_matchesActualTouch()
437 magnificationService.runOnServiceSync(() -> in testClickWhenMagnified_matchesActualTouch()
439 magnificationService.runOnServiceSync(() -> magnificationService.disableSelf()); in testClickWhenMagnified_matchesActualTouch()
DAccessibilityGestureDetectorTest.java394 mService.runOnServiceSync(() -> in testGesture()
520 mService.runOnServiceSync(() -> in testDispatchGesture_privateDisplay_gestureCancelled()
530 mService.runOnServiceSync( in assertEventAfterGesture()
DAccessibilitySoftKeyboardTest.java135 secondService.runOnServiceSync(() -> secondService.disableSelf()); in secondServiceChangingTheShowMode_updatesModeAndNotifiesFirstService()
DTouchInteractionControllerTest.java466 mService.runOnServiceSync( in syncAccessibilityFocusToInputFocus()
DAccessibilityEndToEndTest.java1861 service.runOnServiceSync( in testDirectAccessibilityConnection_UsesCurrentWindowSpec()
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityServiceTestRule.java206 service.runOnServiceSync(service::disableSelfAndRemove); in callFinishOnServiceSync()
DInstrumentedAccessibilityService.java114 public void runOnServiceSync(Runnable runner) { in runOnServiceSync() method in InstrumentedAccessibilityService
123 runOnServiceSync( in getOnService() method
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java97 service.runOnServiceSync( in dispatchGesture()