summaryrefslogtreecommitdiff
path: root/location/lib/api/system-current.txt
blob: 75e6bb437ca46dbc5366ec3d96b00c3a824a4618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// Signature format: 2.0
package android.location {

  @Deprecated public class GeocoderParams implements android.os.Parcelable {
    ctor @Deprecated public GeocoderParams(android.content.Context);
    ctor @Deprecated public GeocoderParams(android.content.Context, java.util.Locale);
    ctor @Deprecated public GeocoderParams(int, String, @Nullable String, java.util.Locale);
    method @Deprecated public int describeContents();
    method @Deprecated @Nullable public String getClientAttributionTag();
    method @Deprecated @NonNull public String getClientPackage();
    method @Deprecated public int getClientUid();
    method @Deprecated @NonNull public java.util.Locale getLocale();
    method @Deprecated public void writeToParcel(android.os.Parcel, int);
    field @Deprecated @NonNull public static final android.os.Parcelable.Creator<android.location.GeocoderParams> CREATOR;
  }

}

package com.android.location.provider {

  @Deprecated public final class FusedLocationHardware {
    method @Deprecated public void flushBatchedLocations();
    method @Deprecated public int getSupportedBatchSize();
    method @Deprecated public int getVersion();
    method @Deprecated public void injectDeviceContext(int);
    method @Deprecated public void injectDiagnosticData(String);
    method @Deprecated public void registerSink(com.android.location.provider.FusedLocationHardwareSink, android.os.Looper);
    method @Deprecated public void requestBatchOfLocations(int);
    method @Deprecated public void startBatching(int, com.android.location.provider.GmsFusedBatchOptions);
    method @Deprecated public void stopBatching(int);
    method @Deprecated public boolean supportsDeviceContextInjection();
    method @Deprecated public boolean supportsDiagnosticDataInjection();
    method @Deprecated public void unregisterSink(com.android.location.provider.FusedLocationHardwareSink);
    method @Deprecated public void updateBatchingOptions(int, com.android.location.provider.GmsFusedBatchOptions);
  }

  @Deprecated public class FusedLocationHardwareSink {
    ctor @Deprecated public FusedLocationHardwareSink();
    method @Deprecated public void onCapabilities(int);
    method @Deprecated public void onDiagnosticDataAvailable(String);
    method @Deprecated public void onLocationAvailable(android.location.Location[]);
    method @Deprecated public void onStatusChanged(int);
  }

  @Deprecated public abstract class GeocodeProvider {
    ctor @Deprecated public GeocodeProvider();
    method @Deprecated public android.os.IBinder getBinder();
    method @Deprecated public abstract String onGetFromLocation(double, double, int, android.location.GeocoderParams, java.util.List<android.location.Address>);
    method @Deprecated public abstract String onGetFromLocationName(String, double, double, double, double, int, android.location.GeocoderParams, java.util.List<android.location.Address>);
  }

  @Deprecated public class GmsFusedBatchOptions {
    ctor @Deprecated public GmsFusedBatchOptions();
    method @Deprecated public int getFlags();
    method @Deprecated public double getMaxPowerAllocationInMW();
    method @Deprecated public long getPeriodInNS();
    method @Deprecated public float getSmallestDisplacementMeters();
    method @Deprecated public int getSourcesToUse();
    method @Deprecated public boolean isFlagSet(int);
    method @Deprecated public boolean isSourceToUseSet(int);
    method @Deprecated public void resetFlag(int);
    method @Deprecated public void resetSourceToUse(int);
    method @Deprecated public void setFlag(int);
    method @Deprecated public void setMaxPowerAllocationInMW(double);
    method @Deprecated public void setPeriodInNS(long);
    method @Deprecated public void setSmallestDisplacementMeters(float);
    method @Deprecated public void setSourceToUse(int);
  }

  @Deprecated public static final class GmsFusedBatchOptions.BatchFlags {
    ctor @Deprecated public GmsFusedBatchOptions.BatchFlags();
    field @Deprecated public static int CALLBACK_ON_LOCATION_FIX;
    field @Deprecated public static int WAKEUP_ON_FIFO_FULL;
  }

  @Deprecated public static final class GmsFusedBatchOptions.SourceTechnologies {
    ctor @Deprecated public GmsFusedBatchOptions.SourceTechnologies();
    field @Deprecated public static int BLUETOOTH;
    field @Deprecated public static int CELL;
    field @Deprecated public static int GNSS;
    field @Deprecated public static int SENSORS;
    field @Deprecated public static int WIFI;
  }

}