summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Malcolm Chen <refuhoo@google.com> 2020-01-28 15:38:12 -0800
committer Malcolm Chen <refuhoo@google.com> 2020-01-29 16:01:14 -0800
commit862ece814d54148079c50cea07eda592a2e59a07 (patch)
tree90b54fe628306f697fde663bed0970e6a4c0616e
parent47c9ac72dd4a9eeac23e5b63f715b4f11d57df53 (diff)
Remove usages of @hide methods in telephony code.
Replace them with public alternatives. Bug: 140908357 Test: build Change-Id: Ib40da3702c64c36613555d61451442eeaf1f2f35
-rw-r--r--telephony/java/android/telephony/CallForwardingInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/CallForwardingInfo.java b/telephony/java/android/telephony/CallForwardingInfo.java
index 33ad5e8beea3..1dd7539420ac 100644
--- a/telephony/java/android/telephony/CallForwardingInfo.java
+++ b/telephony/java/android/telephony/CallForwardingInfo.java
@@ -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;
/**