Searched refs:printServices (Results 1 – 1 of 1) sorted by relevance
128 final List<PrintServiceInfo> printServices = mock(List.class); in updateState_shouldSetSummaryToNumberOfPrintServices() local129 when(printServices.isEmpty()).thenReturn(false); in updateState_shouldSetSummaryToNumberOfPrintServices()130 when(printServices.size()).thenReturn(2); in updateState_shouldSetSummaryToNumberOfPrintServices()133 .thenReturn(printServices); in updateState_shouldSetSummaryToNumberOfPrintServices()