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

Commit 26898e0f authored by Malcolm Chen's avatar Malcolm Chen Committed by Xiangyu/Malcolm Chen
Browse files

Remove usages of @hide methods in telephony code.

Replace them with public alternatives.

Bug: 140908357
Test: build
Change-Id: Ib40da3702c64c36613555d61451442eeaf1f2f35
Merged-In: Ib40da3702c64c36613555d61451442eeaf1f2f35
parent ee667903
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;

/**