Searched refs:infoSentToService (Results 1 – 2 of 2) sorted by relevance
159 AccessibilityNodeInfo infoSentToService = mInfoCaptor.getValue(); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions() local160 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() local179 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() local198 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 …]
204 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootView_withOneClient_shouldReturnRootNodeAndPrefetchDescendants() local239 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindTextView_withOneClient_shouldReturnNodeAndPrefetchedSiblingsAndParent() local240 assertEquals(TEXT_VIEW_1_DESCRIPTION, infoSentToService.getContentDescription()); in testFindTextView_withOneClient_shouldReturnNodeAndPrefetchedSiblingsAndParent()296 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootAndTextNodes_withTwoClients_shouldPreventClient1Prefetch() local307 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() local680 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootView_breadthFirstStrategy_shouldReturnRootNodeAndPrefetch4Descendants() local749 AccessibilityNodeInfo infoSentToService = mFindInfoCaptor.getValue(); in testFindRootAndTextNodes_withNoInterruptStrategy_shouldSatisfySecondRequest() local750 assertEquals(TEXT_VIEW_1_DESCRIPTION, infoSentToService.getContentDescription()); in testFindRootAndTextNodes_withNoInterruptStrategy_shouldSatisfySecondRequest()[all …]