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

Commit db7659e0 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 81d4014c: Hiding a method that was never meant to be public.

* commit '81d4014c':
  Hiding a method that was never meant to be public.
parents d402c0f3 81d4014c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19114,7 +19114,6 @@ package android.print {
  }
  public final class PrintAttributes implements android.os.Parcelable {
    method public void clear();
    method public int describeContents();
    method public int getColorMode();
    method public android.print.PrintAttributes.MediaSize getMediaSize();
@@ -31650,8 +31649,6 @@ package android.widget {
    ctor public NumberPicker(android.content.Context);
    ctor public NumberPicker(android.content.Context, android.util.AttributeSet);
    ctor public NumberPicker(android.content.Context, android.util.AttributeSet, int);
    method public int computeVerticalScrollOffset();
    method public int computeVerticalScrollRange();
    method public java.lang.String[] getDisplayedValues();
    method public int getMaxValue();
    method public int getMinValue();
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ public final class PrintAttributes implements Parcelable {
        return builder.toString();
    }

    /** hide */
    /** @hide */
    public void clear() {
        mMediaSize = null;
        mResolution = null;