InstantAppHandler
  public
  
  
  
  class
  InstantAppHandler
  
    extends Object
  
  
  
  
  
      implements
      
        IModuleParameterHandler
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.params.InstantAppHandler | 
Handler for ModuleParameters.INSTANT_APP.
Summary
| Fields | |
|---|---|
| 
    public
    static
    final
    String | INSTANT_APP_ID
 | 
| Public constructors | |
|---|---|
| 
      InstantAppHandler()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      applySetup(IConfiguration moduleConfiguration)
      Apply to the module  | 
| 
        
        
        
        
        
        String | 
      getParameterIdentifier()
      Returns the name the parameterized module will be identified as. | 
Fields
INSTANT_APP_ID
public static final String INSTANT_APP_ID
Public constructors
InstantAppHandler
public InstantAppHandler ()
Public methods
applySetup
public void applySetup (IConfiguration moduleConfiguration)
Apply to the module IConfiguration the parameter specific module setup. For example,
 this could be extra options for the preparers or the tests.
| Parameters | |
|---|---|
| moduleConfiguration | IConfiguration | 
getParameterIdentifier
public String getParameterIdentifier ()
Returns the name the parameterized module will be identified as.
| Returns | |
|---|---|
| String | |
