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

Commit 495052cc authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make createLocationInfoSanitizedCopy as @hide." into rvc-dev am:...

Merge "Make createLocationInfoSanitizedCopy as @hide." into rvc-dev am: 01f0e8f0 am: 1e39c517 am: c4be1f8b am: 7c40c1eb

Change-Id: I7423756fe1e7d6f4d8da5c8fae970632cf6049c3
parents 23c2b23a 7c40c1eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11426,7 +11426,6 @@ package android.telephony {
  }
  public class ServiceState implements android.os.Parcelable {
    method @NonNull public android.telephony.ServiceState createLocationInfoSanitizedCopy(boolean);
    method public void fillInNotifierBundle(@NonNull android.os.Bundle);
    method public int getDataNetworkType();
    method public int getDataRegistrationState();
+0 −1
Original line number Diff line number Diff line
@@ -1992,7 +1992,6 @@ public class ServiceState implements Parcelable {
     * @return the copied ServiceState with location info sanitized.
     * @hide
     */
    @SystemApi
    @NonNull
    public ServiceState createLocationInfoSanitizedCopy(boolean removeCoarseLocation) {
        ServiceState state = new ServiceState(this);