public abstract class FusedProvider extends Object
Fused providers can be implemented as services and return the result of
getBinder()
in its getBinder() method.
IMPORTANT: This class is effectively a public API for unbundled applications, and must remain API stable. See README.txt in the root of this package for more information.
Constructor and Description |
---|
FusedProvider() |
Modifier and Type | Method and Description |
---|---|
IBinder |
getBinder()
Gets the Binder associated with the provider.
|
abstract void |
setFusedLocationHardware(FusedLocationHardware value)
Sets the FusedLocationHardware instance in the provider..
|
public IBinder getBinder()
public abstract void setFusedLocationHardware(FusedLocationHardware value)
value
- The instance to set. This can be null in cases where the service connection
is disconnected.