Searched refs:INTERACTION_ID (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | ActionReplacingCallbackTest.java | 65 private static final int INTERACTION_ID = 0xBEEF; field in ActionReplacingCallbackTest 141 assertNotEquals(INTERACTION_ID, mReplacerInteractionId); in testConstructor_registersToGetRootNodeOfActionReplacer() 158 eq(INTERACTION_ID)); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions() 177 eq(INTERACTION_ID)); in testCallbacks_singleNonrootNodeThenReplacer_returnsNodeWithNoActions() 196 eq(INTERACTION_ID)); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions() 206 .setFindAccessibilityNodeInfosResult(getAppNodeList(), INTERACTION_ID); in testCallbacks_multipleNodesThenReplacer_clearsActionsAndAddsSomeToRoot() local 213 eq(INTERACTION_ID)); in testCallbacks_multipleNodesThenReplacer_clearsActionsAndAddsSomeToRoot() 231 .setFindAccessibilityNodeInfosResult(getAppNodeList(), INTERACTION_ID); in testCallbacks_replacerThenMultipleNodes_clearsActionsAndAddsSomeToRoot() local 234 eq(INTERACTION_ID)); in testCallbacks_replacerThenMultipleNodes_clearsActionsAndAddsSomeToRoot() 264 eq(INTERACTION_ID)); in testConstructor_actionReplacerThrowsException_passesDataToService() [all …]
|
H A D | AbstractAccessibilityServiceConnectionTest.java | 149 private static final int INTERACTION_ID = 199; field in AbstractAccessibilityServiceConnectionTest 454 VIEWID_RESOURCE_NAME, INTERACTION_ID, mMockCallback, TID); in findAccessibilityNodeInfosByViewId_withPipWindow_shouldReplaceCallback() 468 VIEW_TEXT, INTERACTION_ID, mMockCallback, TID); in findAccessibilityNodeInfosByText_withPipWindow_shouldReplaceCallback() 470 eq(ROOT_NODE_ID), eq(VIEW_TEXT), any(), eq(INTERACTION_ID), in findAccessibilityNodeInfosByText_withPipWindow_shouldReplaceCallback() 482 INTERACTION_ID, mMockCallback, 0, TID, null); in findAccessibilityNodeInfoByAccessibilityId_withPipWindow_shouldReplaceCallback() 536 ACTION_CLICK, null, INTERACTION_ID, mMockCallback, TID); in performAccessibilityAction_withClick_shouldNotifyOutsideTouch() 538 ACTION_LONG_CLICK, null, INTERACTION_ID, mMockCallback, TID); in performAccessibilityAction_withClick_shouldNotifyOutsideTouch() 796 ROOT_NODE_ID, VIEWID_RESOURCE_NAME, INTERACTION_ID, in initTestFunctions() 806 INTERACTION_ID, mMockCallback, TID), in initTestFunctions() 809 INTERACTION_ID, mMockCallback, TID) in initTestFunctions() [all …]
|