Methods Summary |
---|
public abstract void | updateBatteryState(int scale, int level, boolean plugged)Updates the battery health. Battery level is healthy if there is greater than
{@link #MIN_BATTERY_LEVEL} percentage left or if the device is plugged in
|
public abstract void | updateCellState(com.android.internal.location.CellState newState)Updates cell tower state. This is usually always up to date so should be uploaded
each time a new location is available.
|
public abstract void | updateLocation(android.location.Location location)Updates GPS location if collection is enabled
|
public abstract void | updateNetworkProviderStatus(boolean enabled)Updates the status of the network location provider.
|
public abstract void | updateWifiScanResults(java.util.List currentScanResults)Updates wifi scan results if collection is enabled
|