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

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

Fix Print CTS tests. am: 0d1407e6

am: 6e3fd4d4

* commit '6e3fd4d4':
  Fix Print CTS tests.

Change-Id: I7669c750e3d91fd598b89a033f27c7009af90102
parents bc3a1d41 6e3fd4d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ public final class PrinterCapabilitiesInfo implements Parcelable {

        mDuplexModes = parcel.readInt();
        enforceValidMask(mDuplexModes,
                (currentMode) -> PrintAttributes.enforceValidColorMode(currentMode));
                (currentMode) -> PrintAttributes.enforceValidDuplexMode(currentMode));

        readDefaults(parcel);
        Preconditions.checkArgument(mMediaSizes.size() > mDefaults[PROPERTY_MEDIA_SIZE]);