Interface | Description |
---|---|
AndroidDevice | |
AndroidDevicesHelper |
AndroidDevicesHelper provides a way to interact with multiple devices as AndroidDevices (rather
than IDevices).
|
AndroidDevicesHelper.AdbDeviceCallable |
This is basically the same as AdbHelper.AdbCallable except that it takes an AndroidDevice
instead of an IDevice.
|
ExopackageInfo.DexInfo | |
ExopackageInfo.NativeLibsInfo | |
ExopackageInfo.ResourcesInfo | |
ExopackagePathAndHash |
Holds a path to a file and a path to a file containing the hash of the first.
|
Class | Description |
---|---|
AdbConfig | |
AndroidDevicesHelperFactory | |
DexExoHelper | |
ExopackageInfo | |
ExopackageInfo.Builder | |
ExopackageInstaller |
ExopackageInstaller manages the installation of apps with the "exopackage" flag set to true.
|
ExopackageSymlinkTree |
Support out-of-process exopackage installation by creating a symlink tree mirroring the desired
on-device layout.
|
ExopackageUtil | |
ModuleExoHelper |
An ExoHelper which provides a mapping of host source path to device install path for modular dex
files when exopackage-for-modules is enabled
|
NativeExoHelper | |
PackageInfo | |
RealAndroidDevice | |
RealAndroidDevice.ErrorParsingReceiver |
Implementation of
IShellOutputReceiver with helper functions to
parse output lines and figure out if a call to IDevice.executeShellCommand(String,
com.android.ddmlib.IShellOutputReceiver) succeeded. |
ResourcesExoHelper |
Enum | Description |
---|---|
ExopackageMode |