From d879ec9443a72fa93979da4544082074e5288468 Mon Sep 17 00:00:00 2001 From: Soonil Nagarkar Date: Wed, 8 Apr 2020 14:03:54 -0700 Subject: Rename ILocationProviderManager method Test: presubmit Change-Id: Ib2b0fd5c2065e85b390815fad6a2d7e04b81afb7 --- .../java/com/android/internal/location/ILocationProviderManager.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'location/java/com') diff --git a/location/java/com/android/internal/location/ILocationProviderManager.aidl b/location/java/com/android/internal/location/ILocationProviderManager.aidl index 1bdedd57f321..4036d63905ea 100644 --- a/location/java/com/android/internal/location/ILocationProviderManager.aidl +++ b/location/java/com/android/internal/location/ILocationProviderManager.aidl @@ -26,7 +26,7 @@ import com.android.internal.location.ProviderProperties; */ interface ILocationProviderManager { - void onSetFeatureId(String featureId); + void onSetAttributionTag(String attributionTag); @UnsupportedAppUsage void onSetAllowed(boolean allowed); -- cgit v1.2.3-59-g8ed1b