Uses of Package
com.android.ddmlib

Packages that use com.android.ddmlib
com.android.ddmlib   
com.android.ddmlib.log   
com.android.ddmlib.testrunner   
 

Classes in com.android.ddmlib used by com.android.ddmlib
AdbCommandRejectedException
          Exception thrown when adb refuses a command.
AllocationInfo
          Holds an Allocation information.
AllocationInfo.SortMode
           
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.

AndroidDebugBridge.IClientChangeListener
          Classes which implement this interface provide methods that deal with Client changes.
AndroidDebugBridge.IDebugBridgeChangeListener
          Classes which implement this interface provide a method that deals with AndroidDebugBridge changes.
AndroidDebugBridge.IDeviceChangeListener
          Classes which implement this interface provide methods that deal with IDevice addition, deletion, and changes.
CanceledException
          Abstract exception for exception that can be thrown when a user input cancels the action.
Client
          This represents a single client, usually a DAlvik VM process.
ClientData
          Contains the data of a Client.
ClientData.AllocationTrackingStatus
           
ClientData.DebuggerStatus
           
ClientData.HeapData
          Heap Information.
ClientData.IHprofDumpHandler
          Handlers able to act on HPROF dumps.
ClientData.IMethodProfilingHandler
          Handlers able to act on Method profiling info
ClientData.MethodProfilingStatus
           
DebugPortManager.IDebugPortProvider
          Classes which implement this interface provide a method that provides a non random debugger port for a newly created Client.
EmulatorConsole
          Provides control over emulated hardware of the Android emulator.
EmulatorConsole.GsmMode
          Gsm Mode enum.
EmulatorConsole.GsmStatus
          Gsm Status class
EmulatorConsole.NetworkStatus
          Network Status class
FileListingService
          Provides Device side file listing service.
FileListingService.FileEntry
          Represents an entry in a directory.
FileListingService.IListingReceiver
          Classes which implement this interface provide a method that deals with asynchronous result from ls command on the device.
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.
IDevice
          A Device.
IDevice.DeviceState
          The state of a device.
InstallException
          Thrown if installation or uninstallation of application fails.
IShellOutputReceiver
          Classes which implement this interface provide methods that deal with out from a remote shell command on a device/emulator.
IStackTraceInfo
          Classes which implement this interface provide a method that returns a stack trace.
Log.ILogOutput
          Classes which implement this interface provides methods that deal with outputting log messages.
Log.LogLevel
          Log Level enum.
NativeAllocationInfo
          Stores native allocation information.
NativeLibraryMapInfo
          Memory address to library mapping for native libraries.
NativeStackCallInfo
          Represents a stack call.
RawImage
          Data representing an image taken from a device frame buffer.
ShellCommandUnresponsiveException
          Exception thrown when a shell command executed on a device takes too long to send its output.
SyncException
          Exception thrown when a transfer using SyncService doesn't complete.
SyncException.SyncError
           
SyncService
          Sync service class to push/pull to/from devices/emulators, through the debug bridge.
SyncService.ISyncProgressMonitor
          Classes which implement this interface provide methods that deal with displaying transfer progress.
ThreadInfo
          Holds a thread information.
TimeoutException
          Exception thrown when a connection to Adb failed with a timeout.
 

Classes in com.android.ddmlib used by com.android.ddmlib.log
IDevice
          A Device.
 

Classes in com.android.ddmlib used by com.android.ddmlib.testrunner
AdbCommandRejectedException
          Exception thrown when adb refuses a command.
IDevice
          A Device.
IShellOutputReceiver
          Classes which implement this interface provide methods that deal with out from a remote shell command on a device/emulator.
MultiLineReceiver
          Base implementation of IShellOutputReceiver, that takes the raw data coming from the socket, and convert it into String objects.
ShellCommandUnresponsiveException
          Exception thrown when a shell command executed on a device takes too long to send its output.
TimeoutException
          Exception thrown when a connection to Adb failed with a timeout.
 



Copyright © 2008-2012. All Rights Reserved.