Searched refs:expectedServices (Results 1 – 1 of 1) sorted by relevance
80 List<AccessibilityServiceInfo> expectedServices = new ArrayList<>(); in testGetAccessibilityServiceList() local83 expectedServices.add(accessibilityServiceInfo); in testGetAccessibilityServiceList()87 .thenReturn(expectedServices); in testGetAccessibilityServiceList()96 assertEquals("All expected services must be returned", expectedServices, receivedServices); in testGetAccessibilityServiceList()