Merge changes from topic "signalstrength_ctr" am: 4d8ff9fca7 am: 32c817a654
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1505251 Change-Id: I904408f82cba6b95fb01a6dd87572a63129d981e
This commit is contained in:
@@ -46095,6 +46095,7 @@ package android.telephony {
|
||||
}
|
||||
|
||||
public class SignalStrength implements android.os.Parcelable {
|
||||
ctor public SignalStrength(@NonNull android.telephony.SignalStrength);
|
||||
method public int describeContents();
|
||||
method @Deprecated public int getCdmaDbm();
|
||||
method @Deprecated public int getCdmaEcio();
|
||||
|
||||
@@ -9880,10 +9880,6 @@ package android.telephony {
|
||||
field public static final int ROAMING_TYPE_UNKNOWN = 1; // 0x1
|
||||
}
|
||||
|
||||
public class SignalStrength implements android.os.Parcelable {
|
||||
ctor public SignalStrength(@NonNull android.telephony.SignalStrength);
|
||||
}
|
||||
|
||||
public final class SmsCbCmasInfo implements android.os.Parcelable {
|
||||
ctor public SmsCbCmasInfo(int, int, int, int, int, int);
|
||||
method public int describeContents();
|
||||
|
||||
@@ -18,7 +18,6 @@ package android.telephony;
|
||||
|
||||
import android.annotation.ElapsedRealtimeLong;
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.SystemApi;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
import android.os.Build;
|
||||
import android.os.Bundle;
|
||||
@@ -291,9 +290,7 @@ public class SignalStrength implements Parcelable {
|
||||
* This constructor is used to create a copy of an existing SignalStrength object.
|
||||
*
|
||||
* @param s Source SignalStrength
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public SignalStrength(@NonNull SignalStrength s) {
|
||||
copyFrom(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user