Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1658 ArrayList<ShellRoot> sortedShellRoots = new ArrayList<>(originalShellRoots.size()); in getSortedShellRoots() local
1660 sortedShellRoots.add(originalShellRoots.valueAt(i)); in getSortedShellRoots()
1663 sortedShellRoots.sort((left, right) -> in getSortedShellRoots()
1668 return sortedShellRoots; in getSortedShellRoots()