Skip navigation links
A B C E G H I L M O R S T U V 

A

areaDataSizeInBytes - Variable in class com.telenav.sdk.ota.model.AreaStatus
The total size of all layers' OTA data.
AreaGeometry - Class in com.telenav.sdk.ota.model
Data class that represents the geometry of an area.
AreaGeometry() - Constructor for class com.telenav.sdk.ota.model.AreaGeometry
 
areaGeometry - Variable in class com.telenav.sdk.ota.model.AreaStatus
The area's geometry.
AreaStatus - Class in com.telenav.sdk.ota.model
The data model containing status of an OTA area.
AreaStatus() - Constructor for class com.telenav.sdk.ota.model.AreaStatus
 
asyncCall(<any>) - Method in class com.telenav.sdk.ota.model.OtaRequest
Executes an async call.
asyncCall(<any>) - Method in class com.telenav.sdk.ota.model.OtaRequest.Builder
Executes an async call.
asyncCall(<any>) - Method in class com.telenav.sdk.ota.model.ResetRequest
Executes an async call to reset the home area.
asyncCall(<any>) - Method in class com.telenav.sdk.ota.model.StatusRequest
Executes an async call to get the active home area's status.
asyncCall(<any>) - Method in class com.telenav.sdk.ota.model.UpdateRequest
Executes an async call to update the home area with OTA data.

B

build() - Method in class com.telenav.sdk.ota.model.OtaRequest.Builder
Builds a request.
build() - Method in class com.telenav.sdk.ota.model.ResetRequest.Builder
Builds a home area reset request.
build() - Method in class com.telenav.sdk.ota.model.StatusRequest.Builder
Builds a home area status request.
build() - Method in class com.telenav.sdk.ota.model.UpdateRequest.Builder
Builds an area update request.
Builder(HomeAreaClientImpl) - Constructor for class com.telenav.sdk.ota.model.OtaRequest.Builder
 
Builder(HomeAreaClientImpl) - Constructor for class com.telenav.sdk.ota.model.ResetRequest.Builder
 
Builder(HomeAreaClientImpl) - Constructor for class com.telenav.sdk.ota.model.StatusRequest.Builder
 
Builder(HomeAreaClientImpl) - Constructor for class com.telenav.sdk.ota.model.UpdateRequest.Builder
 

C

cancel() - Method in class com.telenav.sdk.ota.model.OtaRequest
Attempts to cancel the committed call.
cancel() - Method in class com.telenav.sdk.ota.model.ResetRequest
Attempts to cancel the committed call.
cancel() - Method in class com.telenav.sdk.ota.model.StatusRequest
Attempts to cancel the committed call.
cancel() - Method in class com.telenav.sdk.ota.model.UpdateRequest
Attempts to cancel the committed call.
com.telenav.sdk.ota.api - package com.telenav.sdk.ota.api
 
com.telenav.sdk.ota.api.error - package com.telenav.sdk.ota.api.error
 
com.telenav.sdk.ota.model - package com.telenav.sdk.ota.model
 
coordinates - Variable in class com.telenav.sdk.ota.model.AreaGeometry
The coordinates collection of the area's geometry in sequence.
createdTime - Variable in class com.telenav.sdk.ota.model.LayerStatus
The UTC timestamp in seconds when this layer's update started.

E

execute() - Method in class com.telenav.sdk.ota.model.OtaRequest.Builder
Executes a sync call.
execute() - Method in class com.telenav.sdk.ota.model.OtaRequest
Executes a sync call.
execute() - Method in class com.telenav.sdk.ota.model.ResetRequest
Executes a sync call to reset the home area.
execute() - Method in class com.telenav.sdk.ota.model.StatusRequest
Executes a sync call to get the active home area's status.
execute() - Method in class com.telenav.sdk.ota.model.UpdateRequest
Executes a sync call to update the home area with OTA data.

G

GeometryType - Enum in com.telenav.sdk.ota.model
Enum that represents an area geometry type.
getAreaDataSizeInBytes() - Method in class com.telenav.sdk.ota.model.AreaStatus
Get the total size of all layers' OTA data in bytes.
getAreaGeometry() - Method in class com.telenav.sdk.ota.model.AreaStatus
Gets the area's geometry.
getCode() - Method in exception com.telenav.sdk.ota.api.error.OtaServiceException
 
getCoordinates() - Method in class com.telenav.sdk.ota.model.AreaGeometry
Gets the coordinates collection of the area's geometry in sequence.
getCreatedTime() - Method in class com.telenav.sdk.ota.model.LayerStatus
Get the UTC timestamp when this layer's update started.
getCurrentLocation() - Method in class com.telenav.sdk.ota.model.UpdateRequest
Get the user's current location.
getGeometryType() - Method in class com.telenav.sdk.ota.model.AreaGeometry
Gets the area's geometry type.
getHomeAreaClient() - Static method in class com.telenav.sdk.ota.api.OtaService
Gets an instance of HomeAreaClient.
getLastCheckedTime() - Method in class com.telenav.sdk.ota.model.AreaStatus
Get the UTC timestamp when this area status was checked last time.
getLastUpdatedTime() - Method in class com.telenav.sdk.ota.model.AreaStatus
Get the UTC timestamp when this area status was updated last time.
getLayer() - Method in class com.telenav.sdk.ota.model.LayerStatus
Get the type of the layer.
getLayerDetails() - Method in class com.telenav.sdk.ota.model.AreaStatus
Gets each layer's update status of this area.
getOtaResetErrorMessage() - Method in class com.telenav.sdk.ota.model.ResetStatus
Get the error message of the data reset.
getOtaResetStatusCode() - Method in class com.telenav.sdk.ota.model.ResetStatus
Get the status code of the data reset.
getOtaUpdateErrorMessage() - Method in class com.telenav.sdk.ota.model.OtaUpdateFailure
Get the error message of the data update failure.
getOtaUpdateFailure() - Method in class com.telenav.sdk.ota.model.AreaStatus
Get the information of the whole area data update failure.
getOtaUpdateStage() - Method in class com.telenav.sdk.ota.model.LayerStatus
Get the current stage of the layer's data update.
getOtaUpdateState() - Method in class com.telenav.sdk.ota.model.LayerStatus
Get the current status of the layer's data update.
getOtaUpdateStatus() - Method in class com.telenav.sdk.ota.model.AreaStatus
Get the status of the whole data update.
getOtaUpdateStatusCode() - Method in class com.telenav.sdk.ota.model.OtaUpdateFailure
Get the status code of the data update failure.
getSize() - Method in class com.telenav.sdk.ota.model.LayerStatus
Get the total final size of this layer's OTA data.
getTimeout() - Method in class com.telenav.sdk.ota.model.UpdateRequest
Get the maximal time(in seconds) allowed for this OTA data update to finish.
getUpdatedTime() - Method in class com.telenav.sdk.ota.model.LayerStatus
Get the UTC timestamp when this layer state was updated.
getUpdateStatus() - Method in exception com.telenav.sdk.ota.api.error.OtaServiceException
 

H

handle - Variable in class com.telenav.sdk.ota.model.OtaRequest.Builder
 
handle - Variable in class com.telenav.sdk.ota.model.OtaRequest
 
HomeAreaClient - Interface in com.telenav.sdk.ota.api
Home Area Client's operations.

I

initialize(Context, SDKOptions) - Static method in class com.telenav.sdk.ota.api.OtaService
Initialize OtaService based on the given configuration.

L

lastCheckedTime - Variable in class com.telenav.sdk.ota.model.AreaStatus
The UTC timestamp in seconds when this area status was last checked.
lastUpdatedTime - Variable in class com.telenav.sdk.ota.model.AreaStatus
The UTC timestamp in seconds when this area status was last updated.
layer - Variable in class com.telenav.sdk.ota.model.LayerStatus
The type of the layer.
layerDetails - Variable in class com.telenav.sdk.ota.model.AreaStatus
Each layer's update status of this area.
LayerStatus - Class in com.telenav.sdk.ota.model
Data class that represents the current status of an OTA data layer during update.
LayerStatus() - Constructor for class com.telenav.sdk.ota.model.LayerStatus
 

M

message - Variable in class com.telenav.sdk.ota.model.OtaUpdateFailure
The error message of the data update failure.
message - Variable in class com.telenav.sdk.ota.model.ResetStatus
The error message of the data update failure.

O

of(REQ) - Method in class com.telenav.sdk.ota.model.OtaRequest.Builder
Quickly create a builder instance by copying an old request.
of(ResetRequest) - Method in class com.telenav.sdk.ota.model.ResetRequest.Builder
Quickly create a builder instance by copying an existing ResetRequest.
of(StatusRequest) - Method in class com.telenav.sdk.ota.model.StatusRequest.Builder
Quickly create a builder instance by copying an existing StatusRequest.
of(UpdateRequest) - Method in class com.telenav.sdk.ota.model.UpdateRequest.Builder
Quickly create a builder instance by copying an existing UpdateRequest.
OtaException - Exception in com.telenav.sdk.ota.api.error
The class represents particular exceptions of Ota Client.
OtaException(String) - Constructor for exception com.telenav.sdk.ota.api.error.OtaException
 
OtaException(String, Throwable) - Constructor for exception com.telenav.sdk.ota.api.error.OtaException
 
OtaInitializationFailedException - Exception in com.telenav.sdk.ota.api.error
This exception represents errors raised during Ota Client service initialization.
OtaInitializationFailedException(String) - Constructor for exception com.telenav.sdk.ota.api.error.OtaInitializationFailedException
 
OtaInitializationFailedException(String, Throwable) - Constructor for exception com.telenav.sdk.ota.api.error.OtaInitializationFailedException
 
OtaInvalidConfigException - Exception in com.telenav.sdk.ota.api.error
This exception represents errors of configuration for Ota Client service.
OtaInvalidConfigException(String) - Constructor for exception com.telenav.sdk.ota.api.error.OtaInvalidConfigException
 
OtaInvalidConfigException(String, Throwable) - Constructor for exception com.telenav.sdk.ota.api.error.OtaInvalidConfigException
 
OtaRequest<REQ extends OtaRequest<REQ,RESP>,RESP> - Class in com.telenav.sdk.ota.model
The main model that represents an OtaRequest.
OtaRequest(OtaRequest.Builder<?, REQ, RESP>) - Constructor for class com.telenav.sdk.ota.model.OtaRequest
 
OtaRequest.Builder<B extends OtaRequest.Builder<B,REQ,RESP>,REQ extends OtaRequest<REQ,RESP>,RESP> - Class in com.telenav.sdk.ota.model
 
OtaService - Class in com.telenav.sdk.ota.api
Ota service operations.
OtaService() - Constructor for class com.telenav.sdk.ota.api.OtaService
 
OtaServiceException - Exception in com.telenav.sdk.ota.api.error
This exception represents errors raised from Ota Client service's operations.
OtaServiceException(OtaStatusCode, OtaUpdateStatus) - Constructor for exception com.telenav.sdk.ota.api.error.OtaServiceException
 
OtaServiceException(OtaStatusCode, OtaUpdateStatus, Throwable) - Constructor for exception com.telenav.sdk.ota.api.error.OtaServiceException
 
OtaServiceException(OtaStatusCode, OtaUpdateStatus, String) - Constructor for exception com.telenav.sdk.ota.api.error.OtaServiceException
 
OtaServiceException(OtaStatusCode, OtaUpdateStatus, String, Throwable) - Constructor for exception com.telenav.sdk.ota.api.error.OtaServiceException
 
OtaStatusCode - Enum in com.telenav.sdk.ota.model
Enum that represents ota service's response code.
otaStatusCode - Variable in class com.telenav.sdk.ota.model.OtaUpdateFailure
The status code of the data update failure.
otaUpdateFailure - Variable in class com.telenav.sdk.ota.model.AreaStatus
The information of the whole data update failure.
OtaUpdateFailure - Class in com.telenav.sdk.ota.model
The data model containing information of an area's OTA update failure.
OtaUpdateFailure() - Constructor for class com.telenav.sdk.ota.model.OtaUpdateFailure
 
otaUpdateStage - Variable in class com.telenav.sdk.ota.model.LayerStatus
The stage of the layer's data update.
OtaUpdateStage - Enum in com.telenav.sdk.ota.model
Enum that represents a stage(phase) of OTA data update process.
otaUpdateStatus - Variable in class com.telenav.sdk.ota.model.AreaStatus
The status of the whole data update.
otaUpdateStatus - Variable in class com.telenav.sdk.ota.model.LayerStatus
The status of the layer's data update.
OtaUpdateStatus - Enum in com.telenav.sdk.ota.model
Enum that represents current state of OTA data update.

R

reset() - Static method in class com.telenav.sdk.ota.api.OtaService
Clear all existing areas with OTA data.
resetRequest() - Method in interface com.telenav.sdk.ota.api.HomeAreaClient
Create a request in type of ResetRequest.
ResetRequest - Class in com.telenav.sdk.ota.model
Data class that represents a home area reset request.
ResetRequest.Builder - Class in com.telenav.sdk.ota.model
 
ResetStatus - Class in com.telenav.sdk.ota.model
Response of ResetRequest.
ResetStatus() - Constructor for class com.telenav.sdk.ota.model.ResetStatus
 

S

setCurrentLocation(double, double) - Method in class com.telenav.sdk.ota.model.UpdateRequest.Builder
Set the user's current location.
setTimeout(Integer) - Method in class com.telenav.sdk.ota.model.UpdateRequest.Builder
Set the maximal time(in seconds) allowed for the OTA data update to finish.
shutdown() - Static method in class com.telenav.sdk.ota.api.OtaService
Stop this service and release all of its resources.
size - Variable in class com.telenav.sdk.ota.model.LayerStatus
The total size of this layer's OTA data to download.
statusRequest() - Method in interface com.telenav.sdk.ota.api.HomeAreaClient
Create a request in type of StatusRequest.
StatusRequest - Class in com.telenav.sdk.ota.model
Data class that represents a home area status query request.
StatusRequest.Builder - Class in com.telenav.sdk.ota.model
 

T

type - Variable in class com.telenav.sdk.ota.model.AreaGeometry
The area's geometry type.

U

updatedTime - Variable in class com.telenav.sdk.ota.model.LayerStatus
The UTC timestamp in seconds when this layer status was updated.
updateRequest() - Method in interface com.telenav.sdk.ota.api.HomeAreaClient
Create a request in type of UpdateRequest.
UpdateRequest - Class in com.telenav.sdk.ota.model
Data class that represents a home area OTA data update request.
UpdateRequest.Builder - Class in com.telenav.sdk.ota.model
 

V

valueOf(String) - Static method in enum com.telenav.sdk.ota.model.GeometryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.telenav.sdk.ota.model.OtaStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.telenav.sdk.ota.model.OtaUpdateStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.telenav.sdk.ota.model.OtaUpdateStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.telenav.sdk.ota.model.GeometryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.telenav.sdk.ota.model.OtaStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.telenav.sdk.ota.model.OtaUpdateStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.telenav.sdk.ota.model.OtaUpdateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I L M O R S T U V 
Skip navigation links