ITTokenRequest
public interface ITokenRequest
implements IRemoteTest
com.android.tradefed.invoker.shard.token.ITokenRequest |
Interfaccia che un IRemoteTest
può implementare per esporre il fatto che richiede un dispositivo con un token speciale.
Riepilogo
Metodi pubblici | |
---|---|
default | getRequiredTokens ( TestInformation testInfo) Restituisce l'elenco dei token richiesti dal test. |
default | getRequiredTokens () Restituisce l'elenco dei token richiesti dal test. |
Metodi pubblici
getRequiredTokens
publicgetRequiredTokens (TestInformation testInfo)
Restituisce l'elenco dei token richiesti dal test. Restituisce null se nessun supporto token.
Parametri | |
---|---|
testInfo | TestInformation |
ritorna | |
---|---|
getRequiredTokens
publicgetRequiredTokens ()
Restituisce l'elenco dei token richiesti dal test. Restituisce null se nessun supporto token.
ritorna | |
---|---|