TelephonyHelper
  public
  
  
  
  class
  TelephonyHelper
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.device.helper.TelephonyHelper | 
Utilitaire permettant d'utiliser et d'obtenir des informations sur la téléphonie.
Résumé
| Classes imbriquées | |
|---|---|
| 
        
        
        
        
        class | TelephonyHelper.SimCardInformationPorte-informations pour les informations liées à la carte SIM. | 
| Champs | |
|---|---|
| 
    public
    static
    final
    String | CARRIER_PRIVILEGES_KEY
 | 
| 
    public
    static
    final
    String | PACKAGE_NAME
 | 
| 
    public
    static
    final
    String | SECURED_ELEMENT_KEY
 | 
| 
    public
    static
    final
    String | SE_SERVICE_KEY
 | 
| 
    public
    static
    final
    String | SIM_STATE_KEY
 | 
| 
    public
    static
    final
    TestDescription | SIM_TEST
 | 
| Méthodes publiques | |
|---|---|
| 
        
        
        static
        
        
        TelephonyHelper.SimCardInformation | 
      getSimInfo(ITestDevice device)
      Récupérez les informations liées à la carte SIM d'un appareil donné. | 
Champs
CARRIER_PRIVILEGES_KEY
public static final String CARRIER_PRIVILEGES_KEY
PACKAGE_NAME
public static final String PACKAGE_NAME
SECURED_ELEMENT_KEY
public static final String SECURED_ELEMENT_KEY
SE_SERVICE_KEY
public static final String SE_SERVICE_KEY
SIM_STATE_KEY
public static final String SIM_STATE_KEY
Méthodes publiques
getSimInfo
public static TelephonyHelper.SimCardInformation getSimInfo (ITestDevice device)
Récupérez les informations liées à la carte SIM d'un appareil donné.
| Paramètres | |
|---|---|
| device | ITestDevice: appareil testé | 
| Renvoie | |
|---|---|
| TelephonyHelper.SimCardInformation | Objet SimCardInformationrenseigné avec les informations de la carte SIM ou valeur nulle en cas de problème. | 
| Génère | |
|---|---|
| DeviceNotAvailableException | |
