Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
I
P
T
U
C
com.android.builder.testing.api
- package com.android.builder.testing.api
connect(int, ILogger)
- Method in class com.android.builder.testing.api.
DeviceConnector
Establishes the connection with the device.
D
DeviceConnector
- Class in
com.android.builder.testing.api
A connector to a device to install/uninstall APKs, and run shell command.
DeviceConnector()
- Constructor for class com.android.builder.testing.api.
DeviceConnector
DeviceException
- Exception in
com.android.builder.testing.api
Exception thrown during device actions.
DeviceException(Throwable)
- Constructor for exception com.android.builder.testing.api.
DeviceException
DeviceProvider
- Class in
com.android.builder.testing.api
Provides a list of remote or local devices.
DeviceProvider()
- Constructor for class com.android.builder.testing.api.
DeviceProvider
disconnect(int, ILogger)
- Method in class com.android.builder.testing.api.
DeviceConnector
Disconnects from the device.
G
getAbis()
- Method in class com.android.builder.testing.api.
DeviceConnector
The device supported ABIs.
getApiCodeName()
- Method in class com.android.builder.testing.api.
DeviceConnector
Returns the API codename for the device, or null if it's a release device.
getApiLevel()
- Method in class com.android.builder.testing.api.
DeviceConnector
Returns the API level of the device, or 0 if it could not be queried.
getDensity()
- Method in class com.android.builder.testing.api.
DeviceConnector
getDevices()
- Method in class com.android.builder.testing.api.
DeviceProvider
Returns a list of DeviceConnector.
getHeight()
- Method in class com.android.builder.testing.api.
DeviceConnector
getMaxThreads()
- Method in class com.android.builder.testing.api.
DeviceProvider
getName()
- Method in class com.android.builder.testing.api.
DeviceProvider
Returns the name of the provider.
getName()
- Method in class com.android.builder.testing.api.
TestServer
Returns the name of the server.
getState()
- Method in class com.android.builder.testing.api.
DeviceConnector
Returns the
IDevice.DeviceState
for the device, or null if if cannot determined.
getTimeout()
- Method in class com.android.builder.testing.api.
DeviceProvider
Returns the timeout to use.
getWidth()
- Method in class com.android.builder.testing.api.
DeviceConnector
I
init()
- Method in class com.android.builder.testing.api.
DeviceProvider
Initializes the provider.
installPackage(File, int, ILogger)
- Method in class com.android.builder.testing.api.
DeviceConnector
Installs the given APK on the device.
isConfigured()
- Method in class com.android.builder.testing.api.
DeviceProvider
Returns true if the provider is configured and able to run.
isConfigured()
- Method in class com.android.builder.testing.api.
TestServer
Returns true if the server is configured and able to run.
P
pullFile(String, String)
- Method in class com.android.builder.testing.api.
DeviceConnector
Pulls a single file.
T
terminate()
- Method in class com.android.builder.testing.api.
DeviceProvider
TestException
- Exception in
com.android.builder.testing.api
Exception thrown during test actions.
TestException(Throwable)
- Constructor for exception com.android.builder.testing.api.
TestException
TestServer
- Class in
com.android.builder.testing.api
Base interface for Remote CI Servers.
TestServer()
- Constructor for class com.android.builder.testing.api.
TestServer
U
uninstallPackage(String, int, ILogger)
- Method in class com.android.builder.testing.api.
DeviceConnector
Uninstall the given package name from the device
uploadApks(String, File, File)
- Method in class com.android.builder.testing.api.
TestServer
Uploads the APKs to the server.
C
D
G
I
P
T
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes