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

Commit 3269b7a4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Mainline] Add @hide. Revisit and redesign in S" into rvc-dev

parents 6fa3741f cd7d9664
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11306,7 +11306,6 @@ package android.telephony {
  public class ServiceState implements android.os.Parcelable {
    method public void fillInNotifierBundle(@NonNull android.os.Bundle);
    method public int getDataNetworkType();
    method public int getDataRegistrationState();
    method @Nullable public android.telephony.NetworkRegistrationInfo getNetworkRegistrationInfo(int, int);
    method @NonNull public java.util.List<android.telephony.NetworkRegistrationInfo> getNetworkRegistrationInfoListForDomain(int);
    method @NonNull public java.util.List<android.telephony.NetworkRegistrationInfo> getNetworkRegistrationInfoListForTransportType(int);
+0 −1
Original line number Diff line number Diff line
@@ -580,7 +580,6 @@ public class ServiceState implements Parcelable {
     *
     * @hide
     */
    @SystemApi
    public @RegState int getDataRegistrationState() {
        return getDataRegState();
    }