Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInteractionControllerNodeRequestsTest.java855 TestFrameLayout(Context context, int a11yId, String contentDescription, in TestFrameLayout() argument
858 mA11yId = a11yId; in TestFrameLayout()
904 TestTextView(Context context, int a11yId, String contentDescription) { in TestTextView() argument
906 mA11yId = a11yId; in TestTextView()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java1070 private AccessibilityNodeInfo getNodeWithA11yAndWindowId(int a11yId, int windowId) { in getNodeWithA11yAndWindowId() argument
1072 AccessibilityNodeInfo.obtain(getMockViewWithA11yAndWindowIds(a11yId, windowId)); in getNodeWithA11yAndWindowId()
1077 private View getMockViewWithA11yAndWindowIds(int a11yId, int windowId) { in getMockViewWithA11yAndWindowIds() argument
1079 when(mockView.getAccessibilityViewId()).thenReturn(a11yId); in getMockViewWithA11yAndWindowIds()