am 81d4014c: Hiding a method that was never meant to be public.
* commit '81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2': Hiding a method that was never meant to be public.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -241,7 +241,7 @@ public final class PrintAttributes implements Parcelable {
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
/** hide */
|
||||
/** @hide */
|
||||
public void clear() {
|
||||
mMediaSize = null;
|
||||
mResolution = null;
|
||||
|
||||
Reference in New Issue
Block a user