A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W 

S

SatellitePositionVelocity - class in com.doorstepai.sdks.tracking.internal.sensors
Satellite position and velocity at a specific time.
SdkError - class in com.doorstepai.sdks.tracking.internal
 
SdkError.NetworkError - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SdkError.PermissionDenied - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SdkError.SdkDisabled - class in com.doorstepai.sdks.tracking.internal.SdkError
Server-driven kill switch (misc.sdkEnabled = false).
SdkError.Timeout - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SdkError.Unauthorized - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SdkError.UnexpectedOutput - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SdkError.Unknown - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SdkError.UnsupportedDevice - class in com.doorstepai.sdks.tracking.internal.SdkError
 
SDKLogger - class in com.doorstepai.sdks.tracking.internal
Centralized logging utility for the DoorstepAI SDK.
SDKLogLevel - class in com.doorstepai.sdks.tracking.internal
SDK log severity levels.
selectOldestPendingIds(int,int,Continuation) - function in com.doorstepai.sdks.tracking.internal.network.CachedRequestDao_Impl
 
selectOldestPendingIds(null,null,null) - function in com.doorstepai.sdks.tracking.internal.network.CachedRequestDao_Impl
 
selectOldestPendingIds(Integer,Integer) - function in com.doorstepai.sdks.tracking.internal.network.CachedRequestDao
 
sendBroadcast(Intent) - function in android.content.TrackingService
 
sendBroadcast(Intent,String) - function in android.content.TrackingService
 
sendBroadcast(Intent,String,Bundle) - function in android.content.TrackingService
 
sendBroadcastAsUser(Intent,UserHandle) - function in android.content.TrackingService
 
sendBroadcastAsUser(Intent,UserHandle,String) - function in android.content.TrackingService
 
sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.TrackingService
 
sendGeofenceTransition(Context,String,Array) - function in com.doorstepai.sdks.tracking.internal.TrackingService.Companion
Delivers a (best-effort) Play Services geofence transition to the service, which confirms it by distance.
sendOrderedBroadcast(Intent,String) - function in android.content.TrackingService
 
sendOrderedBroadcast(Intent,String,Bundle) - function in android.content.TrackingService
 
sendOrderedBroadcast(Intent,String,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.TrackingService
 
sendOrderedBroadcast(Intent,String,Bundle,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.TrackingService
 
sendOrderedBroadcast(Intent,String,String,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.TrackingService
 
sendOrderedBroadcast(Intent,Integer,String,String,BroadcastReceiver,Handler,String,Bundle,Bundle) - function in android.content.TrackingService
 
sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.TrackingService
 
sendStickyBroadcast(Intent) - function in android.content.TrackingService
 
sendStickyBroadcast(Intent,Bundle) - function in android.content.TrackingService
 
sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.TrackingService
 
sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.TrackingService
 
sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,Integer,String,Bundle) - function in android.content.TrackingService
 
SensorCollectionManager - class in com.doorstepai.sdks.tracking.internal
 
setAggressiveScanning(Boolean) - function in com.doorstepai.sdks.tracking.internal.sensors.WifiManager
Enable or disable aggressive scanning mode.
setAPIKey(String,Boolean) - function in com.doorstepai.sdks.tracking.DoorstepAI
Set the bearer token used by every Network call and (by default) trigger an immediate config fetch.
setApiKey(String) - function in com.doorstepai.sdks.tracking.internal.network.Network
 
setAutoStopAfterDropoffSeconds(Double) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
setBatchId(long) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Monotonic per-process batch id (never resets across restarts; seeded from
wall-clock seconds), mirrors the DSDP v2 envelope `batch_id`.
uint64 batch_id = 2;
setBleCycleIntervalMsOverride(Long) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
Test override for ble.cycleIntervalMs (destroy/recreate cadence, ms).
setBleCycleScannerEnabledOverride(Boolean) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
Test override for ble.cycleScannerEnabled: when non-null, forces the destroy/recreate scanner cycling on/off regardless of server config.
setBleManufacturerIdFilters(List) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
Test override: BLE manufacturer-id ScanFilters (e.g.
setBleServiceUuidFilters(List) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
Test override: BLE service-UUID ScanFilters, merged into the BLE config.
setChannelId(int) - function in com.doorstepai.sdks.tracking.proto.ColumnData.Builder
See the per-stream channel registry below. 0 == timestamp.
uint32 channel_id = 1;
setCollecting(Boolean) - function in com.doorstepai.sdks.tracking.internal.DataHolder
 
setColumns(int,ColumnData) - function in com.doorstepai.sdks.tracking.proto.StreamColumn.Builder
One per channel. channel_id 0 is always the timestamp column; 1..N are the
value channels in the order documented in the registry below.
repeated .doorstepai.telemetry.v3.ColumnData columns = 5;
setColumns(int,ColumnData.Builder) - function in com.doorstepai.sdks.tracking.proto.StreamColumn.Builder
One per channel. channel_id 0 is always the timestamp column; 1..N are the
value channels in the order documented in the registry below.
repeated .doorstepai.telemetry.v3.ColumnData columns = 5;
setColumns(int,TableColumn) - function in com.doorstepai.sdks.tracking.proto.Table.Builder
repeated .doorstepai.telemetry.v3.TableColumn columns = 3;
setColumns(int,TableColumn.Builder) - function in com.doorstepai.sdks.tracking.proto.Table.Builder
repeated .doorstepai.telemetry.v3.TableColumn columns = 3;
setConfigOverride(String,Boolean) - function in com.doorstepai.sdks.tracking.internal.ConfigManager
Set (or clear) a JSON merge-patch applied on top of every fetched server config.
setCurrent(AppConfiguration) - function in com.doorstepai.sdks.tracking.internal.ConfigManager
 
setDataManager(DataManager) - function in com.doorstepai.sdks.tracking.internal.DataHolder
 
setDevMode(Boolean) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
setDict(int,String) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
STR only: the unique string values, referenced by `ints` indices.
repeated string dict = 6;
setDumpPayloadsDir(String) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
TEST/DEBUG: when non-null, com.doorstepai.sdks.tracking.internal.sensors.DataManager writes the EXACT compressed wire body of every prepared data-push batch (the bytes that would be PATCHed to the server) to <dir>/payload_<n>.txt, plus a manifest.txt describing route/format/sizes.
setEnabled(Boolean) - function in com.doorstepai.sdks.tracking.CSVMode
When true, sensor data is written to CSV files instead of being uploaded to the server.
setEnabled(Boolean) - function in com.doorstepai.sdks.tracking.LiveMonitor
 
setEnabled(Boolean) - function in com.doorstepai.sdks.tracking.LiveMonitor
 
setEncoding(Encoding) - function in com.doorstepai.sdks.tracking.proto.ColumnData.Builder
.doorstepai.telemetry.v3.Encoding encoding = 3;
setEncodingValue(int) - function in com.doorstepai.sdks.tracking.proto.ColumnData.Builder
.doorstepai.telemetry.v3.Encoding encoding = 3;
setExtraSessionUuids(int,ByteString) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Additional concurrently-active session UUIDs (16 bytes each), for windows
that fan out to more than one delivery.
repeated bytes extra_session_uuids = 4;
setF64(int,double) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
F64 only: raw IEEE-754 doubles, bit-exact (RTK-critical GNSS: carrier_phase,
accumulated_delta_range, clock bias/drift, sat-clock terms).
repeated double f64 = 7 [packed = true];
setForceBleEnabled(Boolean) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
Force the experimental BLE collector on even when ble.enabled is false in the server config (which is currently always, since the server does not send a ble block).
setForceWifiEnabled(Boolean) - function in com.doorstepai.sdks.tracking.DebugCollectionConfig
Force the WiFi collector on even when wifi.enabled is false in the server config.
setFormatVersion(int) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Format version carried in the payload (= 3 for this "v3" format). Distinct
from the HTTP `X-DoorstepAI-Payload-Version` header (= 4); both are sent.
uint32 format_version = 1;
setInstance(DataHolder) - function in com.doorstepai.sdks.tracking.internal.DataHolder.Companion
 
setInts(int,long) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
INT: zigzag delta of the lossless integers.
QUANT: zigzag delta of round(value * 10^scale_exp).
STR: dictionary index per present row.
repeated sint64 ints = 5 [packed = true];
setJsonRemainder(ByteString) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Streams not yet migrated to typed columns are carried here as the existing
DataPushBody JSON with ONLY those streams populated (IMU/env/pressure/
altitude stripped out). The server parses this with its existing JSON path
and merges the typed streams above — so v3 is zero-data-loss from day one,
and streams migrate into typed columns over time (shrinking this toward
empty). UTF-8 JSON bytes; the outer deflate compresses it.
bytes json_remainder = 7;
setKind(ColumnKind) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
.doorstepai.telemetry.v3.ColumnKind kind = 2;
setKindValue(int) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
.doorstepai.telemetry.v3.ColumnKind kind = 2;
setLastSessionDirectory(File) - function in com.doorstepai.sdks.tracking.CSVMode
 
setManualForeground(Boolean) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
setName(String) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
wire field name (Cassandra column)
string name = 1;
setNameBytes(ByteString) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
wire field name (Cassandra column)
string name = 1;
setNetwork(Network) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
setNullBitmap(ByteString) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
Presence: empty => all rows present. Else LSB-first bit per row (1=present),
ceil(row_count/8) bytes. Absent rows are decoded as null and skipped in the
value arrays below (sparse GNSS fields).
bytes null_bitmap = 4;
setPendingRequestsChecker(Function0) - function in com.doorstepai.sdks.tracking.internal.network.FlushWorker
Set the callback to check for pending network requests
setPrimarySessionUuid(ByteString) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Primary session UUID as 16 raw bytes in RFC 4122 (big-endian) order — the
same byte order the server already accepts for DSDP.
bytes primary_session_uuid = 3;
setRowCount(int) - function in com.doorstepai.sdks.tracking.proto.Table.Builder
uint32 row_count = 2;
setSampleCount(int) - function in com.doorstepai.sdks.tracking.proto.StreamColumn.Builder
Number of samples represented by every column in this stream.
uint32 sample_count = 2;
setScaleExp(int) - function in com.doorstepai.sdks.tracking.proto.TableColumn.Builder
QUANT only: integer = round(value * 10^scale_exp)
sint32 scale_exp = 3;
setScaleExp(int) - function in com.doorstepai.sdks.tracking.proto.ColumnData.Builder
Quantization: integer_value = round(real_value * 10^scale_exp);
decode: real_value = integer_value / 10^scale_exp.
scale_exp 0 == lossless integer passthrough (step counts, floor, booleans,
and precision-critical streams such as GNSS raw when migrated).
sint32 scale_exp = 2;
setSensorOriginUs(long) - function in com.doorstepai.sdks.tracking.proto.StreamColumn.Builder
Absolute boot-relative origin (microseconds) of the first sample — the
reference for the timestamp column (channel_id 0).
int64 sensor_origin_us = 3;
setStackTrace(Array) - function in kotlin.SdkError
 
setStackTrace(Array) - function in kotlin.SdkError.NetworkError
 
setStackTrace(Array) - function in kotlin.SdkError.Timeout
 
setStackTrace(Array) - function in kotlin.SdkError.Unauthorized
 
setStackTrace(Array) - function in kotlin.SdkError.UnexpectedOutput
 
setStackTrace(Array) - function in kotlin.SdkError.UnsupportedDevice
 
setStackTrace(Array) - function in kotlin.SdkError.PermissionDenied
 
setStackTrace(Array) - function in kotlin.SdkError.SdkDisabled
 
setStackTrace(Array) - function in kotlin.SdkError.Unknown
 
setStreamId(int) - function in com.doorstepai.sdks.tracking.proto.StreamColumn.Builder
Stream identity — see the registry below. Shared ids with iOS DSDP where
they overlap (accel=2, gyro=3, mag=4, altitude=5, location=6); iOS-only ids
0/1/7/8 are reserved and never emitted by Android.
uint32 stream_id = 1;
setStreamId(int) - function in com.doorstepai.sdks.tracking.proto.Table.Builder
see registry (30=wifi, 31=gnss_measurement, 32=gnss_status, 33=gnss_nav, 34=ble)
uint32 stream_id = 1;
setStreams(int,StreamColumn) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Typed, columnar streams (see the stream/channel registry below).
repeated .doorstepai.telemetry.v3.StreamColumn streams = 6;
setStreams(int,StreamColumn.Builder) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Typed, columnar streams (see the stream/channel registry below).
repeated .doorstepai.telemetry.v3.StreamColumn streams = 6;
setTables(int,Table) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Ragged / string-heavy streams (WiFi scans, GNSS measurement/status, BLE)
encoded as generic columnar Tables — the same quantize/delta/varint recipe
plus string-dictionary dedup and a per-column null bitmap. As a stream
moves from json_remainder into a Table here it drops ~3x (verified on real
device data: gnss 3.5x, ble 3.4x, all fields equivalence-checked).
repeated .doorstepai.telemetry.v3.Table tables = 8;
setTables(int,Table.Builder) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Ragged / string-heavy streams (WiFi scans, GNSS measurement/status, BLE)
encoded as generic columnar Tables — the same quantize/delta/varint recipe
plus string-dictionary dedup and a per-column null bitmap. As a stream
moves from json_remainder into a Table here it drops ~3x (verified on real
device data: gnss 3.5x, ble 3.4x, all fields equivalence-checked).
repeated .doorstepai.telemetry.v3.Table tables = 8;
setTheme(Integer) - function in android.content.TrackingService
 
setTransactionSuccessful() - function in androidx.room.CachedRequestDatabase_Impl
 
setTransactionSuccessful() - function in androidx.room.CachedRequestDatabase
 
setTriggerEvent(String,String,Double) - function in com.doorstepai.sdks.tracking.internal.network.Network
 
setUltraFastMode(Boolean) - function in com.doorstepai.sdks.tracking.internal.sensors.WifiManager
Enable or disable ultra-fast mode.
setValues(int,long) - function in com.doorstepai.sdks.tracking.proto.ColumnData.Builder
The coded integer stream. Interpretation depends on `encoding`:
  RAW      : zigzag varint of each quantized integer (no delta)
  DELTA    : values[0]=q0; values[i]=q[i]-q[i-1]  (cumulative-sum to decode)
  DELTA2   : delta-of-delta of the (quantized) timestamp column
  CONSTANT : exactly one entry; repeat it sample_count times
repeated sint64 values = 4 [packed = true];
setWallEpochMs(long) - function in com.doorstepai.sdks.tracking.proto.TelemetryBatch.Builder
Batch anchor: min wall-clock across all streams, in epoch milliseconds.
int64 wall_epoch_ms = 5;
setWallOriginMs(long) - function in com.doorstepai.sdks.tracking.proto.StreamColumn.Builder
Wall-clock (epoch ms) of the first sample. Together with sensor_origin_us
this lets the server reconstruct per-sample wall time from the boot-relative
timestamp column WITHOUT a per-sample wall-clock column:
  wall_ms(i) = wall_origin_ms + (sensor_us(i) - sensor_origin_us) / 1000
int64 wall_origin_ms = 4;
setWallpaper(Bitmap) - function in android.content.TrackingService
 
setWallpaper(InputStream) - function in android.content.TrackingService
 
shareLastSession(Context,String) - function in com.doorstepai.sdks.tracking.CSVMode
Open the platform share sheet with all CSV files in lastSessionDirectory.
shutdown() - function in com.doorstepai.sdks.tracking.internal.sensors.BleManager
 
shutdown() - function in com.doorstepai.sdks.tracking.internal.sensors.LocationManager
Clean-up: call this when you no longer need location or sensor updates.
shutdown() - function in com.doorstepai.sdks.tracking.internal.sensors.WifiManager
Clean up resources.
SignificantMotionData - class in com.doorstepai.sdks.tracking.internal.sensors
TYPE_SIGNIFICANT_MOTION: one-shot trigger event.
snapshot(String,Long) - function in com.doorstepai.sdks.tracking.LiveMonitor
 
start() - function in com.doorstepai.sdks.tracking.internal.network.FlushWorker
Start listening and attempt an immediate flush on init.
start(String,String,LatLngObject,String,String,Function1) - function in com.doorstepai.sdks.tracking.internal.SensorCollectionManager
 
startActivities(Array) - function in android.content.TrackingService
 
startActivities(Array,Bundle) - function in android.content.TrackingService
 
startActivity(Intent) - function in android.content.TrackingService
 
startActivity(Intent,Bundle) - function in android.content.TrackingService
 
startCollection(String,String) - function in com.doorstepai.sdks.tracking.internal.DataHolder
 
startCollection() - function in com.doorstepai.sdks.tracking.internal.sensors.GnssManager
 
startDeliveryByAddressString(String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByAddressString(String,String,Double,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByAddressString(String,String,LatLngObject,Double,Boolean,Double,String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByAddressType(AddressType,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByAddressType(AddressType,String,Double,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByAddressType(AddressType,String,LatLngObject,Double,Boolean,Double,String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByLatLng(Double,Double,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByLatLng(Double,Double,String,String,Double,String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByPlaceID(String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByPlaceID(String,String,Double,Boolean,Double,String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByPlusCode(String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
startDeliveryByPlusCode(String,String,Double,String,String,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
 
STARTED - enum entry in com.doorstepai.sdks.tracking.GeofenceSessionEventType
 
startForeground(Integer,Notification) - function in android.app.TrackingService
 
startForeground(Integer,Notification,Integer) - function in android.app.TrackingService
 
startForegroundService(Intent) - function in android.content.TrackingService
 
startInstrumentation(ComponentName,String,Bundle) - function in android.content.TrackingService
 
startIntentSender(IntentSender,Intent,Integer,Integer,Integer) - function in android.content.TrackingService
 
startIntentSender(IntentSender,Intent,Integer,Integer,Integer,Bundle) - function in android.content.TrackingService
 
startRoute(Context) - function in com.doorstepai.sdks.tracking.internal.TrackingService.Companion
Starts/(re-)asserts the route-owner foreground service so it registers geofences.
startRouteGeofencing(List,RouteGeofenceOptions,Function1) - function in com.doorstepai.sdks.tracking.DoorstepAI
Begin in-SDK route geofencing for stops.
startService(Intent) - function in android.content.TrackingService
 
startUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.AltitudeManager
 
startUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.BleManager
 
startUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.InternalSensorManager
 
startUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.LocationManager
Begin recording updates.
startUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.WifiManager
Start WiFi scanning and data collection.
startUploadTimer() - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
StepCounterData - class in com.doorstepai.sdks.tracking.internal.sensors
TYPE_STEP_COUNTER: monotonically-increasing step count since boot.
StepDetectorData - class in com.doorstepai.sdks.tracking.internal.sensors
TYPE_STEP_DETECTOR: one-shot event when a step is detected.
stop() - function in com.doorstepai.sdks.tracking.internal.network.FlushWorker
Stop the periodic flush timer.
stop(String) - function in com.doorstepai.sdks.tracking.internal.SensorCollectionManager
 
stop() - function in com.doorstepai.sdks.tracking.internal.sensors.AltitudeManager
 
stop() - function in com.doorstepai.sdks.tracking.internal.sensors.InternalSensorManager
 
stopCollection() - function in com.doorstepai.sdks.tracking.internal.DataHolder
 
stopCollection() - function in com.doorstepai.sdks.tracking.internal.sensors.GnssManager
 
stopDelivery(String) - function in com.doorstepai.sdks.tracking.DoorstepAI
Stop a delivery.
stopForeground(Boolean) - function in android.app.TrackingService
 
stopForeground(Integer) - function in android.app.TrackingService
 
STOPPED - enum entry in com.doorstepai.sdks.tracking.GeofenceSessionEventType
 
stopRouteGeofencing() - function in com.doorstepai.sdks.tracking.DoorstepAI
Stop route geofencing: clear all geofences, stop any active route sessions, end the service.
stopSelf() - function in android.app.TrackingService
 
stopSelf(Integer) - function in android.app.TrackingService
 
stopSelfResult(Integer) - function in android.app.TrackingService
 
stopService(Intent) - function in android.content.TrackingService
 
stopUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.BleManager
 
stopUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.LocationManager
Stop recording updates.
stopUpdates() - function in com.doorstepai.sdks.tracking.internal.sensors.WifiManager
Stop WiFi scanning and data collection.
StreamColumn - class in com.doorstepai.sdks.tracking.proto
Protobuf type {@code doorstepai.telemetry.v3.StreamColumn}
StreamColumn.Builder - class in com.doorstepai.sdks.tracking.proto.StreamColumn
Protobuf type {@code doorstepai.telemetry.v3.StreamColumn}
StreamColumnOrBuilder - class in com.doorstepai.sdks.tracking.proto
 
submitAccel(AccelData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitAccelUncalibrated(AccelUncalibratedData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitAltitudeUpdates(AltitudeData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitAmbientTemperature(AmbientTemperatureData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitBleUpdates(BleScanData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGameRotationVector(GameRotationVectorData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGeomagneticRotationVector(GeomagneticRotationVectorData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGnssEphemerisUpdates(GpsEphemerisProto) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
Submit a decoded GPS ephemeris.
submitGnssMeasurementUpdates(GnssMeasurementEvent) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGnssNavUpdates(GnssNavigationMessage) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGnssSatellitePositionUpdates(SatellitePositionVelocity) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
Submit a computed satellite ECEF position/velocity snapshot.
submitGnssStatusUpdates(GnssStatusEvent) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGravity(GravityData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGyro(GyroData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitGyroUncalibrated(GyroUncalibratedData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitHeadingUpdates(HeadingData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitLight(LightData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitLinearAccel(LinearAccelData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitLocationUpdates(LocationData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitMag(MagData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitMagUncalibrated(MagUncalibratedData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitPressure(PressureData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitProximity(ProximityData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitRelativeHumidity(RelativeHumidityData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitRotationVector(RotationVectorData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitSignificantMotion(SignificantMotionData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitStepCounter(StepCounterData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitStepDetector(StepDetectorData) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
submitWifiUpdates(WifiScanEvent) - function in com.doorstepai.sdks.tracking.internal.sensors.DataManager
 
Success - enum entry in com.doorstepai.sdks.tracking.internal.network.FlushAttemptResult
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W