Searched refs:getAms (Results 1 – 3 of 3) sorted by relevance
323 mControllerCtx.getAms().notifyMagnificationChanged(mDisplayId, mMagnificationRegion, in onMagnificationChangedLocked()1339 public AccessibilityManagerService getAms() { in getAms() method in MagnificationController.ControllerContext
128 when(mockController.getAms()).thenReturn(mock(AccessibilityManagerService.class)); in setUp()
105 when(mMockControllerCtx.getAms()).thenReturn(mMockAms); in setUp()