From fa05ca260a5ef5f4e525176f4c0b013c70e04870 Mon Sep 17 00:00:00 2001 From: Artur Satayev Date: Thu, 25 Jul 2019 16:08:46 +0100 Subject: Add @UnsupportedAppUsage annotations. This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 137350495 Test: m Change-Id: I55c7845cb7c22808a85dd5185eccfe93c2064b76 --- location/java/com/android/internal/location/ILocationProvider.aidl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'location/java') diff --git a/location/java/com/android/internal/location/ILocationProvider.aidl b/location/java/com/android/internal/location/ILocationProvider.aidl index a5716304f0d8..8ae972bde4f9 100644 --- a/location/java/com/android/internal/location/ILocationProvider.aidl +++ b/location/java/com/android/internal/location/ILocationProvider.aidl @@ -29,10 +29,13 @@ import com.android.internal.location.ProviderRequest; */ interface ILocationProvider { + @UnsupportedAppUsage oneway void setLocationProviderManager(in ILocationProviderManager manager); + @UnsupportedAppUsage oneway void setRequest(in ProviderRequest request, in WorkSource ws); + @UnsupportedAppUsage oneway void sendExtraCommand(String command, in Bundle extras); // --- deprecated and will be removed the future --- -- cgit v1.2.3-59-g8ed1b