Merge "Make createLocationInfoSanitizedCopy as @hide." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
01f0e8f0c3
@@ -11422,7 +11422,6 @@ package android.telephony {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public class ServiceState implements android.os.Parcelable {
|
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 void fillInNotifierBundle(@NonNull android.os.Bundle);
|
||||||
method public int getDataNetworkType();
|
method public int getDataNetworkType();
|
||||||
method public int getDataRegistrationState();
|
method public int getDataRegistrationState();
|
||||||
|
|||||||
@@ -1992,7 +1992,6 @@ public class ServiceState implements Parcelable {
|
|||||||
* @return the copied ServiceState with location info sanitized.
|
* @return the copied ServiceState with location info sanitized.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@SystemApi
|
|
||||||
@NonNull
|
@NonNull
|
||||||
public ServiceState createLocationInfoSanitizedCopy(boolean removeCoarseLocation) {
|
public ServiceState createLocationInfoSanitizedCopy(boolean removeCoarseLocation) {
|
||||||
ServiceState state = new ServiceState(this);
|
ServiceState state = new ServiceState(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user