com.android.tradefed.device.server

Interfaces

AndroidDebugBridge.IDebugBridgeChangeListener Classes which implement this interface provide a method that deals with AndroidDebugBridge changes (including restarts). 
AndroidDebugBridge.IDeviceChangeListener Classes which implement this interface provide methods that deal with IDevice addition, deletion, and changes. 
IStackTraceInfo Classes which implement this interface provide a method that returns a stack trace. 
SyncService.ISyncProgressMonitor Classes which implement this interface provide methods that deal with displaying transfer progress. 
TimeoutRemainder.SystemNanoTimeProvider  

Classes

AdbDevice Holds the state of a device as reported by the "adb devices -l" command. 
AdbHelper Helper class to handle requests and connections to adb. 
AdbHelper.AdbResponse Response from ADB. 
AdbInitOptions Options for initialization of AndroidDebugBridge. 
AdbInitOptions.Builder Builds initialization options for ADB. 
AdbSocketUtils  
AdbVersion  
AllocationInfo Holds an Allocation information. 
AllocationInfo.AllocationSorter  
AllocationsParser  
AndroidDebugBridge A connection to the host-side android debug bridge (adb)

This is the central point to communicate with any devices, emulators, or the applications running on them. 

DeviceImpl A Device. 
DeviceListMonitorTask  
DeviceMonitor The DeviceMonitor monitors devices attached to adb. 
DeviceMonitor.DeviceListComparisonResult  
HeapSegment Describes the types and locations of objects in a segment of a heap. 
HeapSegment.HeapSegmentElement Describes an object/region encoded in the HPSG data. 
NativeAllocationInfo Stores native allocation information. 
NativeLibraryMapInfo Memory address to library mapping for native libraries. 
NativeStackCallInfo Represents a stack call. 
RemoteSplitApkInstaller  
SplitApkInstaller  
SplitApkInstallerBase  
SyncService Sync service class to push/pull to/from devices/emulators, through the debug bridge. 
SyncService.FileStat  
ThreadInfo Holds a thread information. 
TimeoutRemainder Utility class to keep track of how much time is left given an initial timeout. 
TimeoutRemainder.DefaultSystemNanoTime  

Enums

AdbHelper.AdbService Identify which adb service the command should target. 
AllocationInfo.SortMode  

Exceptions

CommandRejectedException