Home
last modified time | relevance | path

Searched refs:infoSentToService (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DActionReplacingCallbackTest.java159 AccessibilityNodeInfo infoSentToService = mInfoCaptor.getValue(); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions() local
160 assertEquals(AccessibilityNodeInfo.ROOT_NODE_ID, infoSentToService.getSourceNodeId()); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions()
161 assertThat(infoSentToService, HAS_EXPECTED_ACTIONS_ON_ROOT); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions()
178 AccessibilityNodeInfo infoSentToService = mInfoCaptor.getValue(); in testCallbacks_singleNonrootNodeThenReplacer_returnsNodeWithNoActions() local
179 assertEquals(NON_ROOT_NODE_ID, infoSentToService.getSourceNodeId()); in testCallbacks_singleNonrootNodeThenReplacer_returnsNodeWithNoActions()
180 assertThat(infoSentToService, HAS_NO_ACTIONS); in testCallbacks_singleNonrootNodeThenReplacer_returnsNodeWithNoActions()
197 AccessibilityNodeInfo infoSentToService = mInfoCaptor.getValue(); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions() local
198 assertEquals(AccessibilityNodeInfo.ROOT_NODE_ID, infoSentToService.getSourceNodeId()); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions()
199 assertThat(infoSentToService, HAS_EXPECTED_ACTIONS_ON_ROOT); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions()
265 AccessibilityNodeInfo infoSentToService = mInfoCaptor.getValue(); in testConstructor_actionReplacerThrowsException_passesDataToService() local
[all …]
H A DAccessibilityInteractionControllerNodeRequestsTest.java204 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootView_withOneClient_shouldReturnRootNodeAndPrefetchDescendants() local
239 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindTextView_withOneClient_shouldReturnNodeAndPrefetchedSiblingsAndParent() local
240 assertEquals(TEXT_VIEW_1_DESCRIPTION, infoSentToService.getContentDescription()); in testFindTextView_withOneClient_shouldReturnNodeAndPrefetchedSiblingsAndParent()
296 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootAndTextNodes_withTwoClients_shouldPreventClient1Prefetch() local
307 infoSentToService = mFindInfoCaptor.getValue(); in testFindRootAndTextNodes_withTwoClients_shouldPreventClient1Prefetch()
308 assertEquals(TEXT_VIEW_1_DESCRIPTION, infoSentToService.getContentDescription()); in testFindRootAndTextNodes_withTwoClients_shouldPreventClient1Prefetch()
626 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootView_depthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants() local
680 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootView_breadthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants() local
749 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootAndTextNodes_withNoInterruptStrategy_shouldSatisfySecondRequest() local
750 assertEquals(TEXT_VIEW_1_DESCRIPTION, infoSentToService.getContentDescription()); in testFindRootAndTextNodes_withNoInterruptStrategy_shouldSatisfySecondRequest()
[all …]