Merge "Make createLocationInfoSanitizedCopy as @hide."

This commit is contained in:
Xiangyu/Malcolm Chen
2020-03-13 20:38:45 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 2 deletions

View File

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

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