• Home
  • Raw
  • Download

Lines Matching refs:Deprecated

4   @Deprecated public abstract class FusedProvider {
5 ctor @Deprecated public FusedProvider();
6 method @Deprecated public android.os.IBinder getBinder();
9 @Deprecated public abstract class LocationProviderBase {
10 …ctor @Deprecated public LocationProviderBase(String, com.android.location.provider.ProviderPropert…
11 …ctor @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public LocationProviderBase(androi…
12 method @Deprecated public android.os.IBinder getBinder();
13 method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public boolean isAllowed();
14 method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public boolean isEnabled();
15 method @Deprecated protected void onDisable();
16 method @Deprecated protected void onDump(java.io.FileDescriptor, java.io.PrintWriter, String[]);
17 method @Deprecated protected void onEnable();
18 …method @Deprecated protected void onFlush(com.android.location.provider.LocationProviderBase.OnFlu…
19 method @Deprecated protected int onGetStatus(android.os.Bundle);
20 method @Deprecated protected long onGetStatusUpdateTime();
21 method @Deprecated protected void onInit();
22 …method @Deprecated protected boolean onSendExtraCommand(@Nullable String, @Nullable android.os.Bun…
23 …method @Deprecated protected abstract void onSetRequest(com.android.location.provider.ProviderRequ…
24 method @Deprecated public void reportLocation(@NonNull android.location.Location);
25 …method @Deprecated public void reportLocations(@NonNull java.util.List<android.location.Location>);
26 …method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public void setAdditionalProvide…
27 … method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public void setAllowed(boolean);
28 … method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public void setEnabled(boolean);
29 …method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public void setProperties(com.an…
30 field @Deprecated public static final String EXTRA_NO_GPS_LOCATION = "noGPSLocation";
31 field @Deprecated public static final String FUSED_PROVIDER = "fused";
34 @Deprecated protected static interface LocationProviderBase.OnFlushCompleteCallback {
35 method @Deprecated public void onFlushComplete();
38 @Deprecated public final class LocationRequestUnbundled {
39 method @Deprecated public long getFastestInterval();
40 method @Deprecated public long getInterval();
41 method @Deprecated @android.location.LocationRequest.Quality public int getQuality();
42 method @Deprecated public float getSmallestDisplacement();
43 method @Deprecated public boolean isLocationSettingsIgnored();
44 field @Deprecated public static final int ACCURACY_BLOCK = 102; // 0x66
45 field @Deprecated public static final int ACCURACY_CITY = 104; // 0x68
46 field @Deprecated public static final int ACCURACY_FINE = 100; // 0x64
47 field @Deprecated public static final int POWER_HIGH = 203; // 0xcb
48 field @Deprecated public static final int POWER_LOW = 201; // 0xc9
49 field @Deprecated public static final int POWER_NONE = 200; // 0xc8
58 …method @Deprecated @NonNull public java.util.List<com.android.location.provider.LocationRequestUnb…