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

This commit is contained in:
Rambo Wang
2021-02-25 00:18:22 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 2 deletions

View File

@@ -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);

View File

@@ -187,7 +187,7 @@ public final class SignalStrengthUpdateRequest implements Parcelable {
return mIsSystemThresholdReportingRequestedWhileIdle;
}
/*
/**
* @return the live token of the request
*
* @hide