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

Change-Id: Ieeec77d1d96adffa26d7d1ef35d1d609e83c869c
This commit is contained in:
Automerger Merge Worker
2020-02-28 22:33:02 +00:00
2 changed files with 0 additions and 2 deletions

View File

@@ -11424,7 +11424,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();

View File

@@ -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);