Merge "SignalStrengthUpdateRequest#getLiveToken should not be in current.txt"
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -187,7 +187,7 @@ public final class SignalStrengthUpdateRequest implements Parcelable {
|
||||
return mIsSystemThresholdReportingRequestedWhileIdle;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @return the live token of the request
|
||||
*
|
||||
* @hide
|
||||
|
||||
Reference in New Issue
Block a user