TelephonyTokenProvider

public class TelephonyTokenProvider
extends Object implements ITokenProvider

java.lang.Object
   ↳ com.android.tradefed.invoker.shard.token.TelephonyTokenProvider


Fournisseur de jetons pour la téléphonie.

Résumé

Champs

public static final String GSM_OPERATOR_PROP

public static final String ORANGE_SIM_ID

public static final String THALES_GEMALTO_SIM_ID

Constructeurs publics

TelephonyTokenProvider()

Méthodes publiques

boolean hasToken(ITestDevice device, TokenProperty token)

Requête et retour indiquant si l'appareil dispose d'un jeton particulier ou non.

Champs

PROP._OPÉRATEUR_DE_GÉNÉRATION

public static final String GSM_OPERATOR_PROP

ID_SIM_ORANGE

public static final String ORANGE_SIM_ID

THALES_GEMALTO_SIM_ID

public static final String THALES_GEMALTO_SIM_ID

Constructeurs publics

TelephonyTokenProvider

public TelephonyTokenProvider ()

Méthodes publiques

hasToken

public boolean hasToken (ITestDevice device, 
                TokenProperty token)

Requête et retour indiquant si l'appareil dispose d'un jeton particulier ou non.

Paramètres
device ITestDevice: appareil interrogé pour obtenir ses jetons.

token TokenProperty: jeton à vérifier

Renvoie
boolean "True" si l'appareil dispose du jeton, sinon false.