C D G I P T U V

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

DeviceConfig - Interface in com.android.builder.testing.api
Encapsulation of the device configuration obtained from "shell am get-config" command.
DeviceConfig.Builder - Class in com.android.builder.testing.api
 
DeviceConfig.Builder() - Constructor for class com.android.builder.testing.api.DeviceConfig.Builder
 
DeviceConfig.Catetory - Enum in com.android.builder.testing.api
 
DeviceConfigProvider - Interface in com.android.builder.testing.api
Provider of a test device characteristics.
DeviceConfigProviderImpl - Class in com.android.builder.testing.api
Implementation of DeviceConfigProvider using a DeviceConnector and DeviceConfig
DeviceConfigProviderImpl(DeviceConnector) - Constructor for class com.android.builder.testing.api.DeviceConfigProviderImpl
 
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
 
DeviceException(String) - 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 interface com.android.builder.testing.api.DeviceConfig
 
getAbis() - Method in interface com.android.builder.testing.api.DeviceConfigProvider
 
getAbis() - Method in class com.android.builder.testing.api.DeviceConfigProviderImpl
 
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.
getConfigFor(String) - Method in interface com.android.builder.testing.api.DeviceConfig
 
getConfigFor(String) - Method in interface com.android.builder.testing.api.DeviceConfigProvider
 
getConfigFor(String) - Method in class com.android.builder.testing.api.DeviceConfigProviderImpl
 
getConfigForAllAbis() - Method in interface com.android.builder.testing.api.DeviceConfig
 
getDensity() - Method in interface com.android.builder.testing.api.DeviceConfigProvider
 
getDensity() - Method in class com.android.builder.testing.api.DeviceConfigProviderImpl
 
getDensity() - Method in class com.android.builder.testing.api.DeviceConnector
Returns the screen density bucket for the device.
getDeviceConfig() - 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
 
getLanguage() - Method in interface com.android.builder.testing.api.DeviceConfigProvider
 
getLanguage() - Method in class com.android.builder.testing.api.DeviceConfigProviderImpl
 
getLanguage() - Method in class com.android.builder.testing.api.DeviceConnector
Returns the user's language.
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.
getProperty(String) - Method in class com.android.builder.testing.api.DeviceConnector
 
getRegion() - Method in interface com.android.builder.testing.api.DeviceConfigProvider
 
getRegion() - Method in class com.android.builder.testing.api.DeviceConfigProviderImpl
 
getRegion() - Method in class com.android.builder.testing.api.DeviceConnector
Returns the user's region.
getSerialNumber() - Method in class com.android.builder.testing.api.DeviceConnector
Returns the serial number of the device.
getState() - Method in class com.android.builder.testing.api.DeviceConnector
Returns the IDevice.DeviceState for the device, or null if if cannot determined.
getTimeoutInMs() - Method in class com.android.builder.testing.api.DeviceProvider
Returns the timeout to use.
getValue(DeviceConfig.Catetory) - Method in interface com.android.builder.testing.api.DeviceConfig
 
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, Collection<String>, int, ILogger) - Method in class com.android.builder.testing.api.DeviceConnector
Installs the given APK on the device.
installPackages(List<File>, Collection<String>, int, ILogger) - Method in class com.android.builder.testing.api.DeviceConnector
Installs the given APK files 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

parse(Collection<String>) - Static method in class com.android.builder.testing.api.DeviceConfig.Builder
 
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.

V

valueOf(String) - Static method in enum com.android.builder.testing.api.DeviceConfig.Catetory
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.builder.testing.api.DeviceConfig.Catetory
Returns an array containing the constants of this enum type, in the order they are declared.

C D G I P T U V