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

Commit 84185920 authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Gerrit Code Review
Browse files

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

parents b34d5a74 26898e0f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;

/**