SuiteApkInstaller

public class SuiteApkInstaller
extends TestAppInstallSetup

java.lang.Oggetto
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.TestAppInstallSetup
com.android.tradefed.targetprep.suite.SuiteApkInstaller


Installa gli APK specificati per la configurazione della suite: dalla variabile $ANDROID_TARGET_OUT_TESTCASES o dalla ROOT_DIR nelle informazioni sulla build.

Riepilogo

Costruttori pubblici

SuiteApkInstaller ()

Metodi protetti

File getLocalPathForFilename ( TestInformation testInfo, String apkFileName)

Risolvi il percorso apk effettivo in base al test delle informazioni sull'artefatto all'interno delle informazioni sulla build.

Costruttori pubblici

SuiteApkInstaller

public SuiteApkInstaller ()

Metodi protetti

getLocalPathForFilename

protected File getLocalPathForFilename (TestInformation testInfo, 
                String apkFileName)

Risolvi il percorso apk effettivo in base al test delle informazioni sull'artefatto all'interno delle informazioni sulla build.

Parametri
testInfo TestInformation : il TestInformation per la chiamata.

apkFileName String : nome file dell'apk da installare

ritorna
File un ERROR(/File) che rappresenta il file apk fisico sull'host o null se il file non esiste.

Getta
TargetSetupError