Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/print/
DPrintSettingsFragmentTest.java67 final List<PrintServiceInfo> printServices = mock(List.class); in testSummary_shouldSetSummaryToNumberOfPrintServices() local
68 when(printServices.isEmpty()).thenReturn(false); in testSummary_shouldSetSummaryToNumberOfPrintServices()
69 when(printServices.size()).thenReturn(2); in testSummary_shouldSetSummaryToNumberOfPrintServices()
72 .thenReturn(printServices); in testSummary_shouldSetSummaryToNumberOfPrintServices()