Language

PreciseDataConnectionStateNetworkValidation Enum

Definition

public enum PreciseDataConnectionStateNetworkValidation
type PreciseDataConnectionStateNetworkValidation = 
Inheritance
PreciseDataConnectionStateNetworkValidation

Fields

Name Value Description
Unsupported 0

Unsupported. The unsupported state is used when the data network cannot support the network validation function for the current data connection state.

Android reference for android.telephony.PreciseDataConnectionState.NETWORK_VALIDATION_UNSUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NotRequested 1

Not Requested. The not requested status is used when the data network supports the network validation function, but no network validation is being performed yet.

Android reference for android.telephony.PreciseDataConnectionState.NETWORK_VALIDATION_NOT_REQUESTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InProgress 2

In progress. The in progress state is used when the network validation process for the data network is in progress. This state is followed by either success or failure.

Android reference for android.telephony.PreciseDataConnectionState.NETWORK_VALIDATION_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Success 3

Success. The Success status is used when network validation has been completed for the data network and the result is successful.

Android reference for android.telephony.PreciseDataConnectionState.NETWORK_VALIDATION_SUCCESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Failure 4

Failure. The Failure status is used when network validation has been completed for the data network and the result is failure.

Android reference for android.telephony.PreciseDataConnectionState.NETWORK_VALIDATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to