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

Commit 96ce72c4 authored by Paul Duffin's avatar Paul Duffin
Browse files

Add additional overriding methods to signature files

This change adds overriding methods that are essential to compile the
stubs generated from the signature files.

More information and the background for this change is available at
go/add-overriding-one-pager.

Test: m checkapi
Change-Id: Ifc1876eb60a4b716f72c86003dc9bea0081e9a4c
parent 9471ea5f
Loading
Loading
Loading
Loading
+33 −11
Original line number Original line Diff line number Diff line
// Signature format: 2.0
// Signature format: 2.0
// - add-additional-overrides=no
// - migrating=Migration in progress see b/299366704
package android {
package android {
  public final class Manifest {
  public final class Manifest {
@@ -5741,6 +5739,7 @@ package android.app {
    ctor @Deprecated public FragmentBreadCrumbs(android.content.Context, android.util.AttributeSet);
    ctor @Deprecated public FragmentBreadCrumbs(android.content.Context, android.util.AttributeSet);
    ctor @Deprecated public FragmentBreadCrumbs(android.content.Context, android.util.AttributeSet, int);
    ctor @Deprecated public FragmentBreadCrumbs(android.content.Context, android.util.AttributeSet, int);
    method @Deprecated public void onBackStackChanged();
    method @Deprecated public void onBackStackChanged();
    method @Deprecated protected void onLayout(boolean, int, int, int, int);
    method @Deprecated public void setActivity(android.app.Activity);
    method @Deprecated public void setActivity(android.app.Activity);
    method @Deprecated public void setMaxVisible(int);
    method @Deprecated public void setMaxVisible(int);
    method @Deprecated public void setOnBreadCrumbClickListener(android.app.FragmentBreadCrumbs.OnBreadCrumbClickListener);
    method @Deprecated public void setOnBreadCrumbClickListener(android.app.FragmentBreadCrumbs.OnBreadCrumbClickListener);
@@ -13653,6 +13652,7 @@ package android.content.res {
  public interface XmlResourceParser extends org.xmlpull.v1.XmlPullParser android.util.AttributeSet java.lang.AutoCloseable {
  public interface XmlResourceParser extends org.xmlpull.v1.XmlPullParser android.util.AttributeSet java.lang.AutoCloseable {
    method public void close();
    method public void close();
    method public String getAttributeNamespace(int);
  }
  }
}
}
@@ -20405,7 +20405,7 @@ package android.inputmethodservice {
    method @Deprecated public boolean isPreviewEnabled();
    method @Deprecated public boolean isPreviewEnabled();
    method @Deprecated public boolean isProximityCorrectionEnabled();
    method @Deprecated public boolean isProximityCorrectionEnabled();
    method @Deprecated public boolean isShifted();
    method @Deprecated public boolean isShifted();
    method public void onClick(android.view.View);
    method @Deprecated public void onClick(android.view.View);
    method @Deprecated public void onDetachedFromWindow();
    method @Deprecated public void onDetachedFromWindow();
    method @Deprecated public void onDraw(android.graphics.Canvas);
    method @Deprecated public void onDraw(android.graphics.Canvas);
    method @Deprecated protected boolean onLongPress(android.inputmethodservice.Keyboard.Key);
    method @Deprecated protected boolean onLongPress(android.inputmethodservice.Keyboard.Key);
@@ -24232,7 +24232,7 @@ package android.media {
  @Deprecated public class RemoteControlClient.MetadataEditor extends android.media.MediaMetadataEditor {
  @Deprecated public class RemoteControlClient.MetadataEditor extends android.media.MediaMetadataEditor {
    method @Deprecated public void apply();
    method @Deprecated public void apply();
    method public Object clone() throws java.lang.CloneNotSupportedException;
    method @Deprecated public Object clone() throws java.lang.CloneNotSupportedException;
    method @Deprecated public android.media.RemoteControlClient.MetadataEditor putBitmap(int, android.graphics.Bitmap) throws java.lang.IllegalArgumentException;
    method @Deprecated public android.media.RemoteControlClient.MetadataEditor putBitmap(int, android.graphics.Bitmap) throws java.lang.IllegalArgumentException;
    method @Deprecated public android.media.RemoteControlClient.MetadataEditor putLong(int, long) throws java.lang.IllegalArgumentException;
    method @Deprecated public android.media.RemoteControlClient.MetadataEditor putLong(int, long) throws java.lang.IllegalArgumentException;
    method @Deprecated public android.media.RemoteControlClient.MetadataEditor putObject(int, Object) throws java.lang.IllegalArgumentException;
    method @Deprecated public android.media.RemoteControlClient.MetadataEditor putObject(int, Object) throws java.lang.IllegalArgumentException;
@@ -27096,6 +27096,7 @@ package android.media.tv {
    method @NonNull public java.util.List<android.media.AudioPresentation> getAudioPresentations();
    method @NonNull public java.util.List<android.media.AudioPresentation> getAudioPresentations();
    method public String getSelectedTrack(int);
    method public String getSelectedTrack(int);
    method public java.util.List<android.media.tv.TvTrackInfo> getTracks(int);
    method public java.util.List<android.media.tv.TvTrackInfo> getTracks(int);
    method protected void onLayout(boolean, int, int, int, int);
    method public boolean onUnhandledInputEvent(android.view.InputEvent);
    method public boolean onUnhandledInputEvent(android.view.InputEvent);
    method public void overrideTvAppAttributionSource(@NonNull android.content.AttributionSource);
    method public void overrideTvAppAttributionSource(@NonNull android.content.AttributionSource);
    method public void reset();
    method public void reset();
@@ -43531,7 +43532,6 @@ package android.telephony {
    method public int getLongitude();
    method public int getLongitude();
    method public int getNetworkId();
    method public int getNetworkId();
    method public int getSystemId();
    method public int getSystemId();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityCdma> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityCdma> CREATOR;
  }
  }
@@ -43547,7 +43547,6 @@ package android.telephony {
    method @Nullable public String getMncString();
    method @Nullable public String getMncString();
    method @Nullable public String getMobileNetworkOperator();
    method @Nullable public String getMobileNetworkOperator();
    method @Deprecated public int getPsc();
    method @Deprecated public int getPsc();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityGsm> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityGsm> CREATOR;
  }
  }
@@ -43565,7 +43564,6 @@ package android.telephony {
    method @Nullable public String getMobileNetworkOperator();
    method @Nullable public String getMobileNetworkOperator();
    method public int getPci();
    method public int getPci();
    method public int getTac();
    method public int getTac();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityLte> CREATOR;
  }
  }
@@ -43578,7 +43576,6 @@ package android.telephony {
    method @IntRange(from=0, to=3279165) public int getNrarfcn();
    method @IntRange(from=0, to=3279165) public int getNrarfcn();
    method @IntRange(from=0, to=1007) public int getPci();
    method @IntRange(from=0, to=1007) public int getPci();
    method @IntRange(from=0, to=16777215) public int getTac();
    method @IntRange(from=0, to=16777215) public int getTac();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityNr> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityNr> CREATOR;
  }
  }
@@ -43592,7 +43589,6 @@ package android.telephony {
    method @Nullable public String getMncString();
    method @Nullable public String getMncString();
    method @Nullable public String getMobileNetworkOperator();
    method @Nullable public String getMobileNetworkOperator();
    method public int getUarfcn();
    method public int getUarfcn();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityTdscdma> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityTdscdma> CREATOR;
  }
  }
@@ -43608,7 +43604,6 @@ package android.telephony {
    method @Nullable public String getMobileNetworkOperator();
    method @Nullable public String getMobileNetworkOperator();
    method public int getPsc();
    method public int getPsc();
    method public int getUarfcn();
    method public int getUarfcn();
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityWcdma> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellIdentityWcdma> CREATOR;
  }
  }
@@ -43692,6 +43687,7 @@ package android.telephony {
  public final class CellSignalStrengthCdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
  public final class CellSignalStrengthCdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
    method public int describeContents();
    method public int describeContents();
    method public boolean equals(Object);
    method public int getAsuLevel();
    method public int getAsuLevel();
    method public int getCdmaDbm();
    method public int getCdmaDbm();
    method public int getCdmaEcio();
    method public int getCdmaEcio();
@@ -43702,24 +43698,28 @@ package android.telephony {
    method public int getEvdoLevel();
    method public int getEvdoLevel();
    method public int getEvdoSnr();
    method public int getEvdoSnr();
    method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public int getLevel();
    method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public int getLevel();
    method public int hashCode();
    method public void writeToParcel(android.os.Parcel, int);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthCdma> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthCdma> CREATOR;
  }
  }
  public final class CellSignalStrengthGsm extends android.telephony.CellSignalStrength implements android.os.Parcelable {
  public final class CellSignalStrengthGsm extends android.telephony.CellSignalStrength implements android.os.Parcelable {
    method public int describeContents();
    method public int describeContents();
    method public boolean equals(Object);
    method public int getAsuLevel();
    method public int getAsuLevel();
    method public int getBitErrorRate();
    method public int getBitErrorRate();
    method public int getDbm();
    method public int getDbm();
    method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public int getLevel();
    method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public int getLevel();
    method public int getRssi();
    method public int getRssi();
    method public int getTimingAdvance();
    method public int getTimingAdvance();
    method public int hashCode();
    method public void writeToParcel(android.os.Parcel, int);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthGsm> CREATOR;
  }
  }
  public final class CellSignalStrengthLte extends android.telephony.CellSignalStrength implements android.os.Parcelable {
  public final class CellSignalStrengthLte extends android.telephony.CellSignalStrength implements android.os.Parcelable {
    method public int describeContents();
    method public int describeContents();
    method public boolean equals(Object);
    method public int getAsuLevel();
    method public int getAsuLevel();
    method @IntRange(from=0, to=15) public int getCqi();
    method @IntRange(from=0, to=15) public int getCqi();
    method @IntRange(from=1, to=6) public int getCqiTableIndex();
    method @IntRange(from=1, to=6) public int getCqiTableIndex();
@@ -43730,12 +43730,14 @@ package android.telephony {
    method public int getRssi();
    method public int getRssi();
    method public int getRssnr();
    method public int getRssnr();
    method public int getTimingAdvance();
    method public int getTimingAdvance();
    method public int hashCode();
    method public void writeToParcel(android.os.Parcel, int);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthLte> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthLte> CREATOR;
  }
  }
  public final class CellSignalStrengthNr extends android.telephony.CellSignalStrength implements android.os.Parcelable {
  public final class CellSignalStrengthNr extends android.telephony.CellSignalStrength implements android.os.Parcelable {
    method public int describeContents();
    method public int describeContents();
    method public boolean equals(Object);
    method public int getAsuLevel();
    method public int getAsuLevel();
    method @IntRange(from=0, to=15) @NonNull public java.util.List<java.lang.Integer> getCsiCqiReport();
    method @IntRange(from=0, to=15) @NonNull public java.util.List<java.lang.Integer> getCsiCqiReport();
    method @IntRange(from=1, to=3) public int getCsiCqiTableIndex();
    method @IntRange(from=1, to=3) public int getCsiCqiTableIndex();
@@ -43748,26 +43750,31 @@ package android.telephony {
    method public int getSsRsrq();
    method public int getSsRsrq();
    method public int getSsSinr();
    method public int getSsSinr();
    method @IntRange(from=0, to=1282) public int getTimingAdvanceMicros();
    method @IntRange(from=0, to=1282) public int getTimingAdvanceMicros();
    method public int hashCode();
    method public void writeToParcel(android.os.Parcel, int);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthNr> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthNr> CREATOR;
  }
  }
  public final class CellSignalStrengthTdscdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
  public final class CellSignalStrengthTdscdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
    method public int describeContents();
    method public int describeContents();
    method public boolean equals(Object);
    method public int getAsuLevel();
    method public int getAsuLevel();
    method public int getDbm();
    method public int getDbm();
    method @IntRange(from=0, to=4) public int getLevel();
    method @IntRange(from=0, to=4) public int getLevel();
    method public int getRscp();
    method public int getRscp();
    method public int hashCode();
    method public void writeToParcel(android.os.Parcel, int);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthTdscdma> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthTdscdma> CREATOR;
  }
  }
  public final class CellSignalStrengthWcdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
  public final class CellSignalStrengthWcdma extends android.telephony.CellSignalStrength implements android.os.Parcelable {
    method public int describeContents();
    method public int describeContents();
    method public boolean equals(Object);
    method public int getAsuLevel();
    method public int getAsuLevel();
    method public int getDbm();
    method public int getDbm();
    method public int getEcNo();
    method public int getEcNo();
    method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public int getLevel();
    method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public int getLevel();
    method public int hashCode();
    method public void writeToParcel(android.os.Parcel, int);
    method public void writeToParcel(android.os.Parcel, int);
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthWcdma> CREATOR;
    field @NonNull public static final android.os.Parcelable.Creator<android.telephony.CellSignalStrengthWcdma> CREATOR;
  }
  }
@@ -46555,6 +46562,7 @@ package android.text {
    method @Deprecated public int length();
    method @Deprecated public int length();
    method @Deprecated public static android.text.AlteredCharSequence make(CharSequence, char[], int, int);
    method @Deprecated public static android.text.AlteredCharSequence make(CharSequence, char[], int, int);
    method @Deprecated public CharSequence subSequence(int, int);
    method @Deprecated public CharSequence subSequence(int, int);
    method @Deprecated public String toString();
  }
  }
  @Deprecated public class AndroidCharacter {
  @Deprecated public class AndroidCharacter {
@@ -47006,6 +47014,7 @@ package android.text {
    method public void removeSpan(Object);
    method public void removeSpan(Object);
    method public void setSpan(Object, int, int, int);
    method public void setSpan(Object, int, int, int);
    method public CharSequence subSequence(int, int);
    method public CharSequence subSequence(int, int);
    method public String toString();
  }
  }
  public static final class PrecomputedText.Params {
  public static final class PrecomputedText.Params {
@@ -47135,6 +47144,7 @@ package android.text {
    method public void setFilters(android.text.InputFilter[]);
    method public void setFilters(android.text.InputFilter[]);
    method public void setSpan(Object, int, int, int);
    method public void setSpan(Object, int, int, int);
    method public CharSequence subSequence(int, int);
    method public CharSequence subSequence(int, int);
    method public String toString();
    method public static android.text.SpannableStringBuilder valueOf(CharSequence);
    method public static android.text.SpannableStringBuilder valueOf(CharSequence);
  }
  }
@@ -48775,7 +48785,9 @@ package android.util {
    method public boolean containsValue(Object);
    method public boolean containsValue(Object);
    method public void ensureCapacity(int);
    method public void ensureCapacity(int);
    method public java.util.Set<java.util.Map.Entry<K,V>> entrySet();
    method public java.util.Set<java.util.Map.Entry<K,V>> entrySet();
    method public boolean equals(@Nullable Object);
    method public V get(Object);
    method public V get(Object);
    method public int hashCode();
    method public int indexOfKey(Object);
    method public int indexOfKey(Object);
    method public int indexOfValue(Object);
    method public int indexOfValue(Object);
    method public boolean isEmpty();
    method public boolean isEmpty();
@@ -48807,7 +48819,9 @@ package android.util {
    method public boolean contains(Object);
    method public boolean contains(Object);
    method public boolean containsAll(java.util.Collection<?>);
    method public boolean containsAll(java.util.Collection<?>);
    method public void ensureCapacity(int);
    method public void ensureCapacity(int);
    method public boolean equals(@Nullable Object);
    method public void forEach(java.util.function.Consumer<? super E>);
    method public void forEach(java.util.function.Consumer<? super E>);
    method public int hashCode();
    method public int indexOf(Object);
    method public int indexOf(Object);
    method public boolean isEmpty();
    method public boolean isEmpty();
    method public java.util.Iterator<E> iterator();
    method public java.util.Iterator<E> iterator();
@@ -57542,6 +57556,7 @@ package android.widget {
    ctor @Deprecated public AbsoluteLayout(android.content.Context, android.util.AttributeSet);
    ctor @Deprecated public AbsoluteLayout(android.content.Context, android.util.AttributeSet);
    ctor @Deprecated public AbsoluteLayout(android.content.Context, android.util.AttributeSet, int);
    ctor @Deprecated public AbsoluteLayout(android.content.Context, android.util.AttributeSet, int);
    ctor @Deprecated public AbsoluteLayout(android.content.Context, android.util.AttributeSet, int, int);
    ctor @Deprecated public AbsoluteLayout(android.content.Context, android.util.AttributeSet, int, int);
    method @Deprecated protected void onLayout(boolean, int, int, int, int);
  }
  }
  @Deprecated public static class AbsoluteLayout.LayoutParams extends android.view.ViewGroup.LayoutParams {
  @Deprecated public static class AbsoluteLayout.LayoutParams extends android.view.ViewGroup.LayoutParams {
@@ -57620,6 +57635,7 @@ package android.widget {
    method public long getSelectedItemId();
    method public long getSelectedItemId();
    method public int getSelectedItemPosition();
    method public int getSelectedItemPosition();
    method public abstract android.view.View getSelectedView();
    method public abstract android.view.View getSelectedView();
    method protected void onLayout(boolean, int, int, int, int);
    method public boolean performItemClick(android.view.View, int, long);
    method public boolean performItemClick(android.view.View, int, long);
    method public abstract void setAdapter(T);
    method public abstract void setAdapter(T);
    method public void setEmptyView(android.view.View);
    method public void setEmptyView(android.view.View);
@@ -58266,6 +58282,7 @@ package android.widget {
    method public android.widget.FrameLayout.LayoutParams generateLayoutParams(android.util.AttributeSet);
    method public android.widget.FrameLayout.LayoutParams generateLayoutParams(android.util.AttributeSet);
    method @Deprecated public boolean getConsiderGoneChildrenWhenMeasuring();
    method @Deprecated public boolean getConsiderGoneChildrenWhenMeasuring();
    method public boolean getMeasureAllChildren();
    method public boolean getMeasureAllChildren();
    method protected void onLayout(boolean, int, int, int, int);
    method public void setMeasureAllChildren(boolean);
    method public void setMeasureAllChildren(boolean);
  }
  }
@@ -58319,6 +58336,7 @@ package android.widget {
    method public boolean getUseDefaultMargins();
    method public boolean getUseDefaultMargins();
    method public boolean isColumnOrderPreserved();
    method public boolean isColumnOrderPreserved();
    method public boolean isRowOrderPreserved();
    method public boolean isRowOrderPreserved();
    method protected void onLayout(boolean, int, int, int, int);
    method public void setAlignmentMode(int);
    method public void setAlignmentMode(int);
    method public void setColumnCount(int);
    method public void setColumnCount(int);
    method public void setColumnOrderPreserved(boolean);
    method public void setColumnOrderPreserved(boolean);
@@ -58541,6 +58559,7 @@ package android.widget {
    method public float getWeightSum();
    method public float getWeightSum();
    method public boolean isBaselineAligned();
    method public boolean isBaselineAligned();
    method public boolean isMeasureWithLargestChildEnabled();
    method public boolean isMeasureWithLargestChildEnabled();
    method protected void onLayout(boolean, int, int, int, int);
    method public void setBaselineAligned(boolean);
    method public void setBaselineAligned(boolean);
    method public void setBaselineAlignedChildIndex(int);
    method public void setBaselineAlignedChildIndex(int);
    method public void setDividerDrawable(android.graphics.drawable.Drawable);
    method public void setDividerDrawable(android.graphics.drawable.Drawable);
@@ -59089,6 +59108,7 @@ package android.widget {
    method public android.widget.RelativeLayout.LayoutParams generateLayoutParams(android.util.AttributeSet);
    method public android.widget.RelativeLayout.LayoutParams generateLayoutParams(android.util.AttributeSet);
    method public int getGravity();
    method public int getGravity();
    method public int getIgnoreGravity();
    method public int getIgnoreGravity();
    method protected void onLayout(boolean, int, int, int, int);
    method public void setGravity(int);
    method public void setGravity(int);
    method public void setHorizontalGravity(int);
    method public void setHorizontalGravity(int);
    method public void setIgnoreGravity(int);
    method public void setIgnoreGravity(int);
@@ -59543,6 +59563,7 @@ package android.widget {
    method @Deprecated public boolean isMoving();
    method @Deprecated public boolean isMoving();
    method @Deprecated public boolean isOpened();
    method @Deprecated public boolean isOpened();
    method @Deprecated public void lock();
    method @Deprecated public void lock();
    method @Deprecated protected void onLayout(boolean, int, int, int, int);
    method @Deprecated public void open();
    method @Deprecated public void open();
    method @Deprecated public void setOnDrawerCloseListener(android.widget.SlidingDrawer.OnDrawerCloseListener);
    method @Deprecated public void setOnDrawerCloseListener(android.widget.SlidingDrawer.OnDrawerCloseListener);
    method @Deprecated public void setOnDrawerOpenListener(android.widget.SlidingDrawer.OnDrawerOpenListener);
    method @Deprecated public void setOnDrawerOpenListener(android.widget.SlidingDrawer.OnDrawerOpenListener);
@@ -60189,6 +60210,7 @@ package android.widget {
    method public boolean hideOverflowMenu();
    method public boolean hideOverflowMenu();
    method public void inflateMenu(@MenuRes int);
    method public void inflateMenu(@MenuRes int);
    method public boolean isOverflowMenuShowing();
    method public boolean isOverflowMenuShowing();
    method protected void onLayout(boolean, int, int, int, int);
    method public void setCollapseContentDescription(@StringRes int);
    method public void setCollapseContentDescription(@StringRes int);
    method public void setCollapseContentDescription(@Nullable CharSequence);
    method public void setCollapseContentDescription(@Nullable CharSequence);
    method public void setCollapseIcon(@DrawableRes int);
    method public void setCollapseIcon(@DrawableRes int);
@@ -60343,7 +60365,7 @@ package android.widget {
    method @Deprecated public android.view.View getZoomControls();
    method @Deprecated public android.view.View getZoomControls();
    method @Deprecated public boolean isAutoDismissed();
    method @Deprecated public boolean isAutoDismissed();
    method @Deprecated public boolean isVisible();
    method @Deprecated public boolean isVisible();
    method public boolean onTouch(android.view.View, android.view.MotionEvent);
    method @Deprecated public boolean onTouch(android.view.View, android.view.MotionEvent);
    method @Deprecated public void setAutoDismissed(boolean);
    method @Deprecated public void setAutoDismissed(boolean);
    method @Deprecated public void setFocusable(boolean);
    method @Deprecated public void setFocusable(boolean);
    method @Deprecated public void setOnZoomListener(android.widget.ZoomButtonsController.OnZoomListener);
    method @Deprecated public void setOnZoomListener(android.widget.ZoomButtonsController.OnZoomListener);
+0 −2
Original line number Original line Diff line number Diff line
// Signature format: 2.0
// Signature format: 2.0
// - add-additional-overrides=no
// - migrating=Migration in progress see b/299366704
package android {
package android {


  public static final class Manifest.permission {
  public static final class Manifest.permission {
+0 −2
Original line number Original line Diff line number Diff line
// Signature format: 2.0
// Signature format: 2.0
// - add-additional-overrides=no
// - migrating=Migration in progress see b/299366704
+0 −2
Original line number Original line Diff line number Diff line
// Signature format: 2.0
// Signature format: 2.0
// - add-additional-overrides=no
// - migrating=Migration in progress see b/299366704
package android.app {
package android.app {


  public class Notification implements android.os.Parcelable {
  public class Notification implements android.os.Parcelable {
+44 −2

File changed.

Preview size limit exceeded, changes collapsed.

Loading