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

Commit db592084 authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

Merge "Hide Status @IntDef"

parents 5b691a9c 925f0a51
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -8606,9 +8606,6 @@ package android.os {
    field public static final int STATUS_SUCCESS = 0; // 0x0
  }
  @IntDef(prefix={"STATUS_"}, value={android.os.HwParcel.STATUS_SUCCESS}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface HwParcel.Status {
  }
  public interface IHwBinder {
    method public boolean linkToDeath(android.os.IHwBinder.DeathRecipient, long);
    method public android.os.IHwInterface queryLocalInterface(String);
+0 −3
Original line number Diff line number Diff line
@@ -2218,9 +2218,6 @@ package android.os {
    field public static final int STATUS_SUCCESS = 0; // 0x0
  }

  @IntDef(prefix={"STATUS_"}, value={android.os.HwParcel.STATUS_SUCCESS}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface HwParcel.Status {
  }

  public interface IHwBinder {
    method public boolean linkToDeath(android.os.IHwBinder.DeathRecipient, long);
    method public android.os.IHwInterface queryLocalInterface(String);
+0 −2
Original line number Diff line number Diff line
@@ -2451,8 +2451,6 @@ ProtectedMember: android.view.ViewGroup#resetResolvedDrawables():
    


PublicTypedef: android.os.HwParcel.Status:
    
PublicTypedef: android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.MmTelCapability:
    
PublicTypedef: android.telephony.ims.feature.MmTelFeature.ProcessCallResult:
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import java.util.Arrays;
public class HwParcel {
    private static final String TAG = "HwParcel";

    /** @hide */
    @IntDef(prefix = { "STATUS_" }, value = {
        STATUS_SUCCESS,
    })