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

Commit ff485dd4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Make createLocationInfoSanitizedCopy as @hide." am: ea4d3a95

Change-Id: I84aa8d02d06427cc2d2db3b8c1ccf44ae9cde8ad
parents 0520203a ea4d3a95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9090,7 +9090,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 boolean getDataRoamingFromRegistration();
+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);