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

Commit 3c1c7a32 authored by Rambo Wang's avatar Rambo Wang Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3f6268679321190c0581b5bfe95fac933160b837
parents dd81ed70 0dd3627b
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