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

Commit 6394bc7f 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 am: 825fb31f

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Idbf756a92ef277e4e4d4aa1c1628034c711d5e1f
parents 1d550ecd 825fb31f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41672,7 +41672,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