Merge "Remove usages of @hide methods in telephony code."

This commit is contained in:
Xiangyu/Malcolm Chen
2020-02-11 01:17:25 +00:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,6 @@
*/
package android.telephony;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SuppressLint;
@@ -25,6 +24,8 @@ import android.os.Parcelable;
import android.telephony.Annotation.CallForwardingReason;
import android.telephony.Annotation.CallForwardingStatus;
import com.android.telephony.Rlog;
import java.util.Objects;
/**