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

Commit 825fb31f authored by Rambo Wang's avatar Rambo Wang Committed by Automerger Merge Worker
Browse files

Merge "SignalStrengthUpdateRequest#getLiveToken should not be in current.txt"...

Merge "SignalStrengthUpdateRequest#getLiveToken should not be in current.txt" am: 0dd3627b am: 3c1c7a32

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1605216

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I961e108277fdd258e2c4eedab848124f9b075c13
parents 925ecc3f 3c1c7a32
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40972,7 +40972,6 @@ package android.telephony {
  public final class SignalStrengthUpdateRequest implements android.os.Parcelable {
    method public int describeContents();
    method @NonNull public android.os.IBinder getLiveToken();
    method @NonNull public java.util.Collection<android.telephony.SignalThresholdInfo> getSignalThresholdInfos();
    method public boolean isReportingRequestedWhileIdle();
    method public void writeToParcel(@NonNull android.os.Parcel, int);
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ public final class SignalStrengthUpdateRequest implements Parcelable {
        return mIsSystemThresholdReportingRequestedWhileIdle;
    }

    /*
    /**
     * @return the live token of the request
     *
     * @hide