Home
last modified time | relevance | path

Searched defs:itemsLeftToFind (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DAboutPhoneSettingsTests.java109 private void removeItemsAndTakeAction(UiDevice device, ArrayList<String> itemsLeftToFind) { in removeItemsAndTakeAction()
127 ArrayList<String> itemsLeftToFind = new ArrayList<>(Arrays.asList(itemsToFind)); in searchForItemsAndTakeAction() local