Methods Summary |
---|
public int | getSupportedBatchSize()Provides access to the batch size available in Hardware.
|
public void | injectDeviceContext(int deviceEnabledContext)Injects device context information into the Hardware subsystem.
|
public void | injectDiagnosticData(java.lang.String data)Injects diagnostic data into the Hardware subsystem.
|
public void | registerSink(android.hardware.location.IFusedLocationHardwareSink eventSink)Registers a sink with the Location Hardware object.
|
public void | requestBatchOfLocations(int batchSizeRequested)Requests the most recent locations available in Hardware.
This operation does not dequeue the locations, so still other batching
events will continue working.
|
public void | startBatching(int id, android.location.FusedBatchOptions batchOptions)Requests the Hardware to start batching locations.
|
public void | stopBatching(int id)Requests the Hardware to stop batching for the given Id.
|
public boolean | supportsDeviceContextInjection()Flags if the Hardware supports injection of device context information.
|
public boolean | supportsDiagnosticDataInjection()Flags if the Hardware supports injection of diagnostic data.
|
public void | unregisterSink(android.hardware.location.IFusedLocationHardwareSink eventSink)Unregisters a sink with the Location Hardware object.
|
public void | updateBatchingOptions(int id, android.location.FusedBatchOptions batchOptions)Updates a batching operation in progress.
|