diff options
| author | 2019-07-25 16:08:46 +0100 | |
|---|---|---|
| committer | 2019-08-01 13:44:37 +0100 | |
| commit | fa05ca260a5ef5f4e525176f4c0b013c70e04870 (patch) | |
| tree | 50e3aeae7a8f5067f8b1cf86e3113979b67e82bc /location/java | |
| parent | 9f3eb4a13036ced857994c3ae18e84e77df605fa (diff) | |
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
Diffstat (limited to 'location/java')
| -rw-r--r-- | location/java/com/android/internal/location/ILocationProvider.aidl | 3 |
1 files changed, 3 insertions, 0 deletions
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 --- |