Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c48311f0 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "We only have one mock service." into nyc-dev

am: c05a7a04

* commit 'c05a7a04':
  We only have one mock service.

Change-Id: I6c3748cb83103be7a50cff528d97607e73de7ef0
parents 692ea60d c05a7a04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ public class IPrintManagerParametersTest extends BasePrintTest {
    public void testGetPrintServices() throws Exception {
        List<PrintServiceInfo> printServices = mIPrintManager.getPrintServices(
                PrintManager.ALL_SERVICES, mUserId);
        assertTrue(printServices.size() >= 2);
        assertTrue(printServices.size() >= 1);

        printServices = mIPrintManager.getPrintServices(0, mUserId);
        assertEquals(printServices, null);