Searched refs:expectedList (Results 1 – 2 of 2) sorted by relevance
125 List<String> expectedList) { in waitForAccessibilityShortcutStateChange() argument126 waitForShortcutStateChange(uiAutomation, HARDWARE, expectedList); in waitForAccessibilityShortcutStateChange()138 List<String> expectedList) { in waitForAccessibilityButtonStateChange() argument139 waitForShortcutStateChange(uiAutomation, SOFTWARE, expectedList); in waitForAccessibilityButtonStateChange()211 List<String> expectedList) { in waitForShortcutStateChange() argument214 message.append(" expect:").append(expectedList); in waitForShortcutStateChange()219 if (currentShortcuts.size() != expectedList.size()) { in waitForShortcutStateChange()222 for (String expect : expectedList) { in waitForShortcutStateChange()
275 final ArrayList<?> expectedList = (ArrayList<?>) expectedValue; in compareExtras() local277 if (actualList.size() != expectedList.size()) { in compareExtras()280 for (int i = 0; i < expectedList.size(); ++i) { in compareExtras()281 if (!Objects.equal(actualList.get(i), expectedList.get(i))) { in compareExtras()