Searched refs:findWindowByTitleWithList (Results 1 – 2 of 2) sorted by relevance
131 return findWindowByTitleWithList(title, windows); in findWindowByTitle()139 return findWindowByTitleWithList(title, windowsOfDisplay); in findWindowByTitleAndDisplay()337 public static AccessibilityWindowInfo findWindowByTitleWithList(CharSequence title, in findWindowByTitleWithList() method in ActivityLaunchUtils
29 import static android.accessibilityservice.cts.utils.ActivityLaunchUtils.findWindowByTitleWithList;621 final AccessibilityWindowInfo window = findWindowByTitleWithList( in testTriggerTouchExploration_topFocusDisplayIsLastNonProxyDisplay()796 final AccessibilityWindowInfo topWindow = findWindowByTitleWithList(TOP_WINDOW_TITLE, in testOnA11yEvent_moveFocusBetweenWindows_proxyGetsWindowEvent()943 final AccessibilityWindowInfo window = findWindowByTitleWithList(activityTitle, windows); in getDownMotionEvent()1624 return findWindowByTitleWithList( in assertVirtualDisplayActivityExistsToProxy()1657 () -> (findWindowByTitleWithList(mProxiedVirtualDisplayActivityTitle, in showTopWindowAndWaitForItToShowUp()1660 && (findWindowByTitleWithList(TOP_WINDOW_TITLE, mA11yProxy.getWindows()) in showTopWindowAndWaitForItToShowUp()