|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.builder.testing.api.DeviceProvider
@Beta public abstract class DeviceProvider
Provides a list of remote or local devices.
Constructor Summary | |
---|---|
DeviceProvider()
|
Method Summary | |
---|---|
abstract java.util.List<? extends DeviceConnector> |
getDevices()
Returns a list of DeviceConnector. |
int |
getMaxThreads()
|
abstract java.lang.String |
getName()
Returns the name of the provider. |
abstract int |
getTimeout()
Returns the timeout to use. |
abstract void |
init()
Initializes the provider. |
abstract boolean |
isConfigured()
Returns true if the provider is configured and able to run. |
abstract void |
terminate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceProvider()
Method Detail |
---|
@NonNull public abstract java.lang.String getName()
public abstract void init() throws DeviceException
getName()
).
DeviceException
public abstract void terminate() throws DeviceException
DeviceException
@NonNull public abstract java.util.List<? extends DeviceConnector> getDevices()
public abstract int getTimeout()
public abstract boolean isConfigured()
public int getMaxThreads()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |