A B C D E F G H I K L M N O P R S T U V W

A

AdbCommandRejectedException - Exception in com.android.ddmlib
Exception thrown when adb refuses a command.
addBooleanArg(String, boolean) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Adds a boolean argument to include in instrumentation command.
addBooleanArg(String, boolean) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Adds a boolean argument to include in instrumentation command.
addClientChangeListener(AndroidDebugBridge.IClientChangeListener) - Static method in class com.android.ddmlib.AndroidDebugBridge
Adds the listener to the collection of listeners who will be notified when a Client property changed, by sending it one of the messages defined in the AndroidDebugBridge.IClientChangeListener interface.
addDebugBridgeChangeListener(AndroidDebugBridge.IDebugBridgeChangeListener) - Static method in class com.android.ddmlib.AndroidDebugBridge
Adds the listener to the collection of listeners who will be notified when a new AndroidDebugBridge is connected, by sending it one of the messages defined in the AndroidDebugBridge.IDebugBridgeChangeListener interface.
addDeviceChangeListener(AndroidDebugBridge.IDeviceChangeListener) - Static method in class com.android.ddmlib.AndroidDebugBridge
Adds the listener to the collection of listeners who will be notified when a IDevice is connected, disconnected, or when its properties or its Client list changed, by sending it one of the messages defined in the AndroidDebugBridge.IDeviceChangeListener interface.
addInstrumentationArg(String, String) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Adds a argument to include in instrumentation command.
addInstrumentationArg(String, String) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Adds a argument to include in instrumentation command.
addOutput(byte[], int, int) - Method in class com.android.ddmlib.CollectingOutputReceiver
Called every time some new data is available.
addOutput(byte[], int, int) - Method in interface com.android.ddmlib.IShellOutputReceiver
Called every time some new data is available.
addOutput(byte[], int, int) - Method in class com.android.ddmlib.MultiLineReceiver
 
addOutput(byte[], int, int) - Method in class com.android.ddmlib.NullOutputReceiver
 
addStackCallAddress(long) - Method in class com.android.ddmlib.NativeAllocationInfo
Adds a stack call address for this allocation.
advance(int) - Method in interface com.android.ddmlib.SyncService.ISyncProgressMonitor
Sent when some progress have been made.
AllocationInfo - Class in com.android.ddmlib
Holds an Allocation information.
AllocationInfo.AllocationSorter - Class in com.android.ddmlib
 
AllocationInfo.AllocationSorter() - Constructor for class com.android.ddmlib.AllocationInfo.AllocationSorter
 
AllocationInfo.SortMode - Enum in com.android.ddmlib
 
ALLOCATIONS_KW - Static variable in class com.android.ddmlib.NativeAllocationInfo
 
alpha_length - Variable in class com.android.ddmlib.RawImage
 
alpha_offset - Variable in class com.android.ddmlib.RawImage
 
AndroidDebugBridge - Class in com.android.ddmlib
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 - Interface in com.android.ddmlib
Classes which implement this interface provide methods that deal with Client changes.
AndroidDebugBridge.IDebugBridgeChangeListener - Interface in com.android.ddmlib
Classes which implement this interface provide a method that deals with AndroidDebugBridge changes.
AndroidDebugBridge.IDeviceChangeListener - Interface in com.android.ddmlib
Classes which implement this interface provide methods that deal with IDevice addition, deletion, and changes.
append(HeapSegment) - Method in class com.android.ddmlib.HeapSegment
Append the contents of other to this segment if it describes the segment immediately after this one.
arePropertiesSet() - Method in interface com.android.ddmlib.IDevice
Returns true> if properties have been cached
ArrayHelper - Class in com.android.ddmlib.utils
Utility class providing array to int/long conversion for data received from devices through adb.
ArrayHelper() - Constructor for class com.android.ddmlib.utils.ArrayHelper
 

B

BEGIN_STACKTRACE_KW - Static variable in class com.android.ddmlib.NativeAllocationInfo
 
blue_length - Variable in class com.android.ddmlib.RawImage
 
blue_offset - Variable in class com.android.ddmlib.RawImage
 
bpp - Variable in class com.android.ddmlib.RawImage
 
bridgeChanged(AndroidDebugBridge) - Method in interface com.android.ddmlib.AndroidDebugBridge.IDebugBridgeChangeListener
Sent when a new AndroidDebugBridge is connected.

C

call(String) - Method in class com.android.ddmlib.EmulatorConsole
Initiate an incoming call on the emulator.
canAppend(HeapSegment) - Method in class com.android.ddmlib.HeapSegment
See if other comes immediately after this segment.
cancel() - Method in class com.android.ddmlib.CollectingOutputReceiver
Cancel the output collection
cancel() - Method in class com.android.ddmlib.log.LogReceiver
Cancels the current remote service.
cancel() - Method in class com.android.ddmlib.testrunner.InstrumentationResultParser
Requests cancellation of test run.
cancel() - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Requests cancellation of this test run.
cancel() - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Requests cancellation of this test run.
cancelCall(String) - Method in class com.android.ddmlib.EmulatorConsole
Cancels a current call.
CanceledException - Exception in com.android.ddmlib
Abstract exception for exception that can be thrown when a user input cancels the action.
CHANGE_BUILD_INFO - Static variable in interface com.android.ddmlib.IDevice
Device change bit mask: build info change.
CHANGE_CLIENT_LIST - Static variable in interface com.android.ddmlib.IDevice
Device change bit mask: Client list change.
CHANGE_DEBUGGER_STATUS - Static variable in class com.android.ddmlib.Client
Client change bit mask: debugger status change
CHANGE_HEAP_ALLOCATION_STATUS - Static variable in class com.android.ddmlib.Client
Client change bit mask: allocation information updated
CHANGE_HEAP_ALLOCATIONS - Static variable in class com.android.ddmlib.Client
Client change bit mask: allocation information updated
CHANGE_HEAP_DATA - Static variable in class com.android.ddmlib.Client
Client change bit mask: head data updated
CHANGE_HEAP_MODE - Static variable in class com.android.ddmlib.Client
Client change bit mask: heap update flag change
CHANGE_INFO - Static variable in class com.android.ddmlib.Client
Client change bit mask: combination of Client.CHANGE_NAME, Client.CHANGE_DEBUGGER_STATUS, and Client.CHANGE_PORT.
CHANGE_METHOD_PROFILING_STATUS - Static variable in class com.android.ddmlib.Client
Client change bit mask: allocation information updated
CHANGE_NAME - Static variable in class com.android.ddmlib.Client
Client change bit mask: application name change
CHANGE_NATIVE_HEAP_DATA - Static variable in class com.android.ddmlib.Client
Client change bit mask: native heap data updated
CHANGE_PORT - Static variable in class com.android.ddmlib.Client
Client change bit mask: debugger port change
CHANGE_STATE - Static variable in interface com.android.ddmlib.IDevice
Device change bit mask: IDevice.DeviceState change.
CHANGE_THREAD_DATA - Static variable in class com.android.ddmlib.Client
Client change bit mask: thread data updated
CHANGE_THREAD_MODE - Static variable in class com.android.ddmlib.Client
Client change bit mask: thread update flag change
CHANGE_THREAD_STACKTRACE - Static variable in class com.android.ddmlib.Client
Client change bit mask: thread stack trace updated
checkForType(Object) - Method in class com.android.ddmlib.log.EventValueDescription
Checks if the value is of the proper type for this receiver.
checkType(EventContainer.EventValueType) - Method in enum com.android.ddmlib.log.EventValueDescription.ValueType
Checks that the EventContainer.EventValueType is compatible with the EventValueDescription.ValueType.
clearHeapData() - Method in class com.android.ddmlib.ClientData.HeapData
Abandon the current list of heap segments.
Client - Class in com.android.ddmlib
This represents a single client, usually a DAlvik VM process.
clientChanged(Client, int) - Method in interface com.android.ddmlib.AndroidDebugBridge.IClientChangeListener
Sent when an existing client information changed.
ClientData - Class in com.android.ddmlib
Contains the data of a Client.
ClientData.AllocationTrackingStatus - Enum in com.android.ddmlib
 
ClientData.DebuggerStatus - Enum in com.android.ddmlib
 
ClientData.HeapData - Class in com.android.ddmlib
Heap Information.
ClientData.HeapData() - Constructor for class com.android.ddmlib.ClientData.HeapData
 
ClientData.IHprofDumpHandler - Interface in com.android.ddmlib
Handlers able to act on HPROF dumps.
ClientData.IMethodProfilingHandler - Interface in com.android.ddmlib
Handlers able to act on Method profiling info
ClientData.MethodProfilingStatus - Enum in com.android.ddmlib
 
close() - Method in class com.android.ddmlib.SyncService
Closes the connection.
CollectingOutputReceiver - Class in com.android.ddmlib
A IShellOutputReceiver which collects the whole shell output into one String.
CollectingOutputReceiver() - Constructor for class com.android.ddmlib.CollectingOutputReceiver
 
com.android.ddmlib - package com.android.ddmlib
 
com.android.ddmlib.log - package com.android.ddmlib.log
 
com.android.ddmlib.testrunner - package com.android.ddmlib.testrunner
 
com.android.ddmlib.utils - package com.android.ddmlib.utils
 
compare(AllocationInfo, AllocationInfo) - Method in class com.android.ddmlib.AllocationInfo.AllocationSorter
 
compareTo(AllocationInfo) - Method in class com.android.ddmlib.AllocationInfo
 
compareTo(HeapSegment) - Method in class com.android.ddmlib.HeapSegment
 
compareTo(HeapSegment.HeapSegmentElement) - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
createBridge() - Static method in class com.android.ddmlib.AndroidDebugBridge
Creates a AndroidDebugBridge that is not linked to any particular executable.
createBridge(String, boolean) - Static method in class com.android.ddmlib.AndroidDebugBridge
Creates a new debug bridge from the location of the command line tool.
createForward(int, int) - Method in interface com.android.ddmlib.IDevice
Creates a port forwarding between a local and a remote port.
CURRENT_PLATFORM - Static variable in class com.android.ddmlib.DdmConstants
Returns current platform, one of DdmConstants.PLATFORM_WINDOWS, DdmConstants.PLATFORM_DARWIN, DdmConstants.PLATFORM_LINUX or DdmConstants.PLATFORM_UNKNOWN.
currentPlatform() - Static method in class com.android.ddmlib.DdmConstants
Returns current platform

D

d(String, String) - Static method in class com.android.ddmlib.Log
Outputs a Log.LogLevel.DEBUG level message.
data - Variable in class com.android.ddmlib.EmulatorConsole.GsmStatus
Data status.
data - Variable in class com.android.ddmlib.log.LogReceiver.LogEntry
The entry's raw data.
data - Variable in class com.android.ddmlib.RawImage
 
DdmConstants - Class in com.android.ddmlib
 
DdmConstants() - Constructor for class com.android.ddmlib.DdmConstants
 
DdmPreferences - Class in com.android.ddmlib
Preferences for the ddm library.
DebugPortManager - Class in com.android.ddmlib
Centralized point to provide a DebugPortManager.IDebugPortProvider to ddmlib.
DebugPortManager() - Constructor for class com.android.ddmlib.DebugPortManager
 
DebugPortManager.IDebugPortProvider - Interface in com.android.ddmlib
Classes which implement this interface provide a method that provides a non random debugger port for a newly created Client.
DEFAULT_ADBHOST_VALUE - Static variable in class com.android.ddmlib.DdmPreferences
 
DEFAULT_DEBUG_PORT_BASE - Static variable in class com.android.ddmlib.DdmPreferences
Default value for the debug port base
DEFAULT_INITIAL_HEAP_UPDATE - Static variable in class com.android.ddmlib.DdmPreferences
Default value for heap update flag upon client connection.
DEFAULT_INITIAL_THREAD_UPDATE - Static variable in class com.android.ddmlib.DdmPreferences
Default value for thread update flag upon client connection.
DEFAULT_LOG_LEVEL - Static variable in class com.android.ddmlib.DdmPreferences
Default value for the logcat Log.LogLevel
DEFAULT_PROFILER_BUFFER_SIZE_MB - Static variable in class com.android.ddmlib.DdmPreferences
Default profiler buffer size (megabytes)
DEFAULT_SELECTED_DEBUG_PORT - Static variable in class com.android.ddmlib.DdmPreferences
Default value for the selected client debug port
DEFAULT_TIMEOUT - Static variable in class com.android.ddmlib.DdmPreferences
Default timeout values for adb connection (milliseconds)
DEFAULT_USE_ADBHOST - Static variable in class com.android.ddmlib.DdmPreferences
Default values for the use of the ADBHOST environment variable.
deviceChanged(IDevice, int) - Method in interface com.android.ddmlib.AndroidDebugBridge.IDeviceChangeListener
Sent when a device data changed, or when clients are started/terminated on the device.
deviceConnected(IDevice) - Method in interface com.android.ddmlib.AndroidDebugBridge.IDeviceChangeListener
Sent when the a device is connected to the AndroidDebugBridge.
deviceDisconnected(IDevice) - Method in interface com.android.ddmlib.AndroidDebugBridge.IDeviceChangeListener
Sent when the a device is connected to the AndroidDebugBridge.
DIRECTORY_APP - Static variable in class com.android.ddmlib.FileListingService
Application folder.
DIRECTORY_DATA - Static variable in class com.android.ddmlib.FileListingService
Top level data folder.
DIRECTORY_MNT - Static variable in class com.android.ddmlib.FileListingService
Top level mount folder.
DIRECTORY_SDCARD - Static variable in class com.android.ddmlib.FileListingService
Top level sdcard folder.
DIRECTORY_SYSTEM - Static variable in class com.android.ddmlib.FileListingService
Top level system folder.
DIRECTORY_TEMP - Static variable in class com.android.ddmlib.FileListingService
Top level temp folder.
disconnectBridge() - Static method in class com.android.ddmlib.AndroidDebugBridge
Disconnects the current debug bridge, and destroy the object.
done() - Method in class com.android.ddmlib.MultiLineReceiver
Terminates the process.
done() - Method in class com.android.ddmlib.testrunner.InstrumentationResultParser
Called by parent when adb session is complete.
DOT_TRACE - Static variable in class com.android.ddmlib.DdmConstants
Extension for Traceview files.
DOWNLOAD_SPEEDS - Variable in class com.android.ddmlib.EmulatorConsole
Array of download speeds: full speed, gsm, hscsd, gprs, edge/egprs, umts/3g, hsdpa.
dumpHprof() - Method in class com.android.ddmlib.Client
Makes the VM dump an HPROF file

E

e(String, String) - Static method in class com.android.ddmlib.Log
Outputs a Log.LogLevel.ERROR level message.
e(String, Throwable) - Static method in class com.android.ddmlib.Log
Outputs a Log.LogLevel.ERROR level Throwable information.
EmulatorConsole - Class in com.android.ddmlib
Provides control over emulated hardware of the Android emulator.
EmulatorConsole.GsmMode - Enum in com.android.ddmlib
Gsm Mode enum.
EmulatorConsole.GsmStatus - Class in com.android.ddmlib
Gsm Status class
EmulatorConsole.GsmStatus() - Constructor for class com.android.ddmlib.EmulatorConsole.GsmStatus
 
EmulatorConsole.NetworkStatus - Class in com.android.ddmlib
Network Status class
EmulatorConsole.NetworkStatus() - Constructor for class com.android.ddmlib.EmulatorConsole.NetworkStatus
 
enableAllocationTracker(boolean) - Method in class com.android.ddmlib.Client
Enables or disables the Allocation tracker for this client.
END_STACKTRACE_KW - Static variable in class com.android.ddmlib.NativeAllocationInfo
 
equals(Object) - Method in class com.android.ddmlib.HeapSegment
 
equals(Object) - Method in class com.android.ddmlib.NativeAllocationInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.android.ddmlib.testrunner.TestIdentifier
Tests equality by comparing class and method name.
escape(String) - Static method in class com.android.ddmlib.FileListingService.FileEntry
Returns an escaped version of the entry name.
EventContainer - Class in com.android.ddmlib.log
Represents an event and its data.
EventContainer.CompareMethod - Enum in com.android.ddmlib.log
Comparison method for EventContainer.testValue(int, Object, com.android.ddmlib.log.EventContainer.CompareMethod)
EventContainer.EventValueType - Enum in com.android.ddmlib.log
Type for event data.
EventLogParser - Class in com.android.ddmlib.log
Parser for the "event" log.
EventLogParser() - Constructor for class com.android.ddmlib.log.EventLogParser
 
EventValueDescription - Class in com.android.ddmlib.log
Describes an EventContainer value.
EventValueDescription.ValueType - Enum in com.android.ddmlib.log
Represents the type of a numerical value.
executeGarbageCollector() - Method in class com.android.ddmlib.Client
Forces the client to execute its garbage collector.
executeShellCommand(String, IShellOutputReceiver) - Method in interface com.android.ddmlib.IDevice
Executes a shell command on the device, and sends the result to a receiver

This is similar to calling executeShellCommand(command, receiver, DdmPreferences.getTimeOut()).

executeShellCommand(String, IShellOutputReceiver, int) - Method in interface com.android.ddmlib.IDevice
Executes a shell command on the device, and sends the result to a receiver.

F

FEATURE_HPROF - Static variable in class com.android.ddmlib.ClientData
String for feature allowing to dump hprof files
FEATURE_HPROF_STREAMING - Static variable in class com.android.ddmlib.ClientData
String for feature allowing direct streaming of hprof dumps
FEATURE_PROFILING - Static variable in class com.android.ddmlib.ClientData
String for feature enabling starting/stopping method profiling
FEATURE_PROFILING_STREAMING - Static variable in class com.android.ddmlib.ClientData
String for feature enabling direct streaming of method profiling data
FILE_SEPARATOR - Static variable in class com.android.ddmlib.FileListingService
Device side file separator.
FileListingService - Class in com.android.ddmlib
Provides Device side file listing service.
FileListingService.FileEntry - Class in com.android.ddmlib
Represents an entry in a directory.
FileListingService.IListingReceiver - Interface in com.android.ddmlib
Classes which implement this interface provide a method that deals with asynchronous result from ls command on the device.
fillPathBuilder(StringBuilder, boolean) - Method in class com.android.ddmlib.FileListingService.FileEntry
Recursively fills the pathBuilder with the full path
fillPathSegments(ArrayList<String>) - Method in class com.android.ddmlib.FileListingService.FileEntry
Recursively fills the segment list with the full path.
filter(String, boolean) - Method in class com.android.ddmlib.AllocationInfo
 
findChild(String) - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the child FileListingService.FileEntry matching the name.
FIRST_EMULATOR_SN - Static variable in interface com.android.ddmlib.IDevice
Serial number of the first connected emulator.
flush() - Method in class com.android.ddmlib.CollectingOutputReceiver
Called at the end of the process execution (unless the process was canceled).
flush() - Method in interface com.android.ddmlib.IShellOutputReceiver
Called at the end of the process execution (unless the process was canceled).
flush() - Method in class com.android.ddmlib.MultiLineReceiver
 
flush() - Method in class com.android.ddmlib.NullOutputReceiver
 
FN_HPROF_CONVERTER - Static variable in class com.android.ddmlib.DdmConstants
hprof-conv executable (with extension for the current OS)
FN_TRACEVIEW - Static variable in class com.android.ddmlib.DdmConstants
traceview executable (with extension for the current OS)

G

getAdbHostValue() - Static method in class com.android.ddmlib.DdmPreferences
Returns the value of the ADBHOST variable set by the user.
getAddress() - Method in class com.android.ddmlib.NativeStackCallInfo
Returns the address of this stack frame.
getAllocatedClass() - Method in class com.android.ddmlib.AllocationInfo
Returns the name of the allocated class.
getAllocationCount() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns the allocation count.
getAllocations() - Method in class com.android.ddmlib.ClientData
Returns the list of tracked allocations.
getAllocationStatus() - Method in class com.android.ddmlib.ClientData
Returns the allocation tracking status.
getAllocNumber() - Method in class com.android.ddmlib.AllocationInfo
Returns the allocation number.
getARGB(int) - Method in class com.android.ddmlib.RawImage
Returns an ARGB integer value for the pixel at index in RawImage.data.
getAvdName() - Method in class com.android.ddmlib.EmulatorConsole
 
getAvdName() - Method in interface com.android.ddmlib.IDevice
Returns the name of the AVD the emulator is running.
getBatteryLevel() - Method in interface com.android.ddmlib.IDevice
Return the device's battery level, from 0 to 100 percent.
getBatteryLevel(long) - Method in interface com.android.ddmlib.IDevice
Return the device's battery level, from 0 to 100 percent.
getBlueMask() - Method in class com.android.ddmlib.RawImage
Returns the mask value for the blue color.
getBridge() - Static method in class com.android.ddmlib.AndroidDebugBridge
Returns the current debug bridge.
getByLetter(char) - Static method in enum com.android.ddmlib.Log.LogLevel
Returns the Log.LogLevel enum matching the specified letter.
getByLetterString(String) - Static method in enum com.android.ddmlib.Log.LogLevel
Returns the Log.LogLevel enum matching the specified letter.
getByString(String) - Static method in enum com.android.ddmlib.Log.LogLevel
 
getCachedChildren() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the cached children of the entry.
getChildren(FileListingService.FileEntry, boolean, FileListingService.IListingReceiver) - Method in class com.android.ddmlib.FileListingService
Returns the children of a FileListingService.FileEntry.
getChildrenSync(FileListingService.FileEntry) - Method in class com.android.ddmlib.FileListingService
Returns the children of a FileListingService.FileEntry.
getClassName() - Method in class com.android.ddmlib.testrunner.TestIdentifier
Returns the fully qualified class name of the test.
getClient(String) - Method in interface com.android.ddmlib.IDevice
Returns a Client by its application name.
getClientData() - Method in class com.android.ddmlib.Client
Returns the ClientData object containing this client information.
getClientDescription() - Method in class com.android.ddmlib.ClientData
Returns the client description.
getClientName(int) - Method in interface com.android.ddmlib.IDevice
Returns the name of the client by pid or null if pid is unknown
getClients() - Method in interface com.android.ddmlib.IDevice
Returns the array of clients.
getConnectionAttemptCount() - Method in class com.android.ddmlib.AndroidDebugBridge
Returns the number of times the AndroidDebugBridge object attempted to connect to the adb daemon.
getConsole(IDevice) - Static method in class com.android.ddmlib.EmulatorConsole
Returns an EmulatorConsole object for the given Device.
getDate() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the date string of the entry, as returned by ls.
getDebuggerConnectionStatus() - Method in class com.android.ddmlib.ClientData
Returns the debugger connection status.
getDebuggerListenPort() - Method in class com.android.ddmlib.Client
Returns the debugger port for this client.
getDebugPortBase() - Static method in class com.android.ddmlib.DdmPreferences
Returns the debug port used by the first Client.
getDevice() - Method in class com.android.ddmlib.Client
Returns the IDevice on which this Client is running.
getDevices() - Method in class com.android.ddmlib.AndroidDebugBridge
Returns the devices.
getEmulatorPort(String) - Static method in class com.android.ddmlib.EmulatorConsole
Return port of emulator given its serial number.
getEndAddress() - Method in class com.android.ddmlib.HeapSegment
 
getEndAddress() - Method in class com.android.ddmlib.NativeLibraryMapInfo
Returns the end address of the library.
getEnum(String) - Static method in enum com.android.ddmlib.EmulatorConsole.GsmMode
 
getErrorCode() - Method in exception com.android.ddmlib.SyncException
 
getEventInfoMap() - Method in class com.android.ddmlib.log.EventLogParser
 
getEventValueType() - Method in class com.android.ddmlib.log.EventValueDescription
 
getFileListingService() - Method in interface com.android.ddmlib.IDevice
Returns a FileListingService for this device.
getFirstTraceClassName() - Method in class com.android.ddmlib.AllocationInfo
 
getFirstTraceMethodName() - Method in class com.android.ddmlib.AllocationInfo
 
getFullEscapedPath() - Method in class com.android.ddmlib.FileListingService.FileEntry
Return the fully escaped path of the entry.
getFullPath() - Method in class com.android.ddmlib.FileListingService.FileEntry
Return the full path of the entry.
getGreenMask() - Method in class com.android.ddmlib.RawImage
Returns the mask value for the green color.
getGsmStatus() - Method in class com.android.ddmlib.EmulatorConsole
Returns the current gsm status of the emulator
getHeaderSize(int) - Static method in class com.android.ddmlib.RawImage
Returns the size of the header for a specific version of the framebuffer adb protocol.
getHeapSegments() - Method in class com.android.ddmlib.ClientData.HeapData
Get the collected heap data, if sealed.
getInfo() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the extra info for the entry.
getInitialHeapUpdate() - Static method in class com.android.ddmlib.DdmPreferences
Returns the initial Client flag for heap updates.
getInitialThreadUpdate() - Static method in class com.android.ddmlib.DdmPreferences
Returns the initial Client flag for thread updates.
getInt() - Method in class com.android.ddmlib.log.EventContainer
Returns the data as an int.
getKind() - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
getLength() - Method in class com.android.ddmlib.HeapSegment
 
getLength() - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
getLibraryName() - Method in class com.android.ddmlib.NativeLibraryMapInfo
Returns the name of the library.
getLibraryName() - Method in class com.android.ddmlib.NativeStackCallInfo
Returns the name of the library name.
getLineNumber() - Method in class com.android.ddmlib.NativeStackCallInfo
Returns the line number, or -1 if unknown.
getLogFormatString(Log.LogLevel, String, String) - Static method in class com.android.ddmlib.Log
Formats a log message.
getLogLevel() - Static method in class com.android.ddmlib.DdmPreferences
Returns the minimum Log.LogLevel being displayed.
getLong() - Method in class com.android.ddmlib.log.EventContainer
Returns the data as a long.
getMappedNativeLibraries() - Method in class com.android.ddmlib.ClientData
Returns the list of native libraries mapped in memory for this client.
getMessage() - Method in enum com.android.ddmlib.SyncException.SyncError
 
getMethodName() - Method in class com.android.ddmlib.NativeStackCallInfo
Returns the name of the method.
getMethodProfilingStatus() - Method in class com.android.ddmlib.ClientData
Returns the method profiling status.
getMountPoint(String) - Method in interface com.android.ddmlib.IDevice
Returns a mount point.
getName() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the name of the entry
getName() - Method in class com.android.ddmlib.log.EventValueDescription
 
getNativeAllocationList() - Method in class com.android.ddmlib.ClientData
Returns the list of NativeAllocationInfo.
getNetworkStatus() - Method in class com.android.ddmlib.EmulatorConsole
Get the network status of the emulator.
getNextElement(HeapSegment.HeapSegmentElement) - Method in class com.android.ddmlib.HeapSegment
 
getNullProgressMonitor() - Static method in class com.android.ddmlib.SyncService
Returns a sync progress monitor that does nothing.
getObjectFromStorageString(String) - Static method in enum com.android.ddmlib.log.EventContainer.EventValueType
Creates an Object from a storage string created with EventContainer.EventValueType.getStorageString(Object).
getObjectFromString(String) - Method in class com.android.ddmlib.log.EventValueDescription
Returns an object of a valid type (based on the value returned by EventValueDescription.getEventValueType()) from a String value.
getOutput() - Method in class com.android.ddmlib.CollectingOutputReceiver
 
getPackageName() - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Returns the application package name.
getPackageName() - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Returns the application package name.
getParent() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the parent entry.
getPathSegments() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the path as a list of segments.
getPermissions() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the permission string of the entry, as returned by ls.
getPid() - Method in class com.android.ddmlib.ClientData
Returns the process ID.
getPort(IDevice, String) - Method in interface com.android.ddmlib.DebugPortManager.IDebugPortProvider
Returns a non-random debugger port for the specified application running on the specified Device.
getPriority() - Method in enum com.android.ddmlib.Log.LogLevel
Returns the numerical value of the priority.
getPriorityLetter() - Method in enum com.android.ddmlib.Log.LogLevel
Returns the letter identifying the priority of the Log.LogLevel.
getProcessedHeapData() - Method in class com.android.ddmlib.ClientData.HeapData
Get the processed heap data, if present.
getProcessedHeapMap() - Method in class com.android.ddmlib.ClientData.HeapData
 
getProfilerBufferSizeMb() - Static method in class com.android.ddmlib.DdmPreferences
Returns the profiler buffer size (megabytes).
getProperties() - Method in interface com.android.ddmlib.IDevice
Returns the device properties.
getProperty(String) - Method in interface com.android.ddmlib.IDevice
Returns the cached property value.
getPropertyCacheOrSync(String) - Method in interface com.android.ddmlib.IDevice
A combination of IDevice.getProperty(String) and IDevice.getPropertySync(String) that will attempt to retrieve the property from cache if available, and if not, will query the device directly.
getPropertyCount() - Method in interface com.android.ddmlib.IDevice
Returns the number of property for this device.
getPropertySync(String) - Method in interface com.android.ddmlib.IDevice
A variant of IDevice.getProperty(String) that will attempt to retrieve the given property from device directly, without using cache.
getReceiver() - Static method in class com.android.ddmlib.NullOutputReceiver
 
getRedMask() - Method in class com.android.ddmlib.RawImage
Returns the mask value for the red color.
getRelevantStackCallInfo() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns the first NativeStackCallInfo that is relevant.
getResolvedStackCall() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns the resolved stack call.
getRestartAttemptCount() - Method in class com.android.ddmlib.AndroidDebugBridge
Returns the number of times the AndroidDebugBridge object attempted to restart the adb daemon.
getRoot() - Method in class com.android.ddmlib.FileListingService
Returns the root element.
getRotated() - Method in class com.android.ddmlib.RawImage
Returns a rotated version of the image The image is rotated counter-clockwise.
getRunnerName() - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Returns the runnerName.
getRunnerName() - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Returns the runnerName.
getScreenshot() - Method in interface com.android.ddmlib.IDevice
Takes a screen shot of the device and returns it as a RawImage.
getSelectedDebugPort() - Static method in class com.android.ddmlib.DdmPreferences
Returns the debug port used by the selected Client.
getSerialNumber() - Method in interface com.android.ddmlib.IDevice
Returns the serial number of the device.
getSize() - Method in class com.android.ddmlib.AllocationInfo
Returns the size of the allocation.
getSize() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the size string of the entry, as returned by ls.
getSize() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns the total size of this allocation.
getSizeValue() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the size of the entry.
getSocketAddress() - Static method in class com.android.ddmlib.AndroidDebugBridge
Returns the socket address of the ADB server on the host.
getSolidity() - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
getSortMode() - Method in class com.android.ddmlib.AllocationInfo.AllocationSorter
 
getSourceFile() - Method in class com.android.ddmlib.NativeStackCallInfo
Returns the name of the source file.
getStackCallAddresses() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns the stack call of this allocation as raw addresses.
getStackCallTime() - Method in class com.android.ddmlib.ThreadInfo
Returns the approximate time of the stacktrace data.
getStackTrace() - Method in class com.android.ddmlib.AllocationInfo
 
getStackTrace() - Method in interface com.android.ddmlib.IStackTraceInfo
Returns the stack trace.
getStackTrace() - Method in class com.android.ddmlib.ThreadInfo
 
getStartAddress() - Method in class com.android.ddmlib.HeapSegment
 
getStartAddress() - Method in class com.android.ddmlib.NativeLibraryMapInfo
Returns the start address of the library.
getState(String) - Static method in enum com.android.ddmlib.IDevice.DeviceState
Returns a IDevice.DeviceState from the string returned by adb devices.
getState() - Method in interface com.android.ddmlib.IDevice
Returns the state of the device.
getStatus() - Method in class com.android.ddmlib.ThreadInfo
Returns the VM thread status.
getStime() - Method in class com.android.ddmlib.ThreadInfo
Returns the cumulative system time.
getStorageString(Object) - Static method in enum com.android.ddmlib.log.EventContainer.EventValueType
Returns a storage string for an Object of type supported by EventContainer.EventValueType.
getString() - Method in class com.android.ddmlib.log.EventContainer
Returns the data as a String.
getStringValue() - Method in enum com.android.ddmlib.Log.LogLevel
Returns a non translated string representing the LogLevel.
getSyncService() - Method in interface com.android.ddmlib.IDevice
Returns a SyncService object to push / pull files to and from the device.
getTag() - Method in enum com.android.ddmlib.EmulatorConsole.GsmMode
Returns the first tag of the enum.
getTagMap() - Method in class com.android.ddmlib.log.EventLogParser
 
getTestName() - Method in class com.android.ddmlib.testrunner.TestIdentifier
Returns the name of the test.
getTestSize(String) - Static method in enum com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize
Return the IRemoteAndroidTestRunner.TestSize corresponding to the given Android platform defined value.
getThreadId() - Method in class com.android.ddmlib.AllocationInfo
Returns the id of the thread that performed the allocation.
getThreadId() - Method in class com.android.ddmlib.ThreadInfo
Returns the thread's ID.
getThreadName() - Method in class com.android.ddmlib.ThreadInfo
Returns the thread's name.
getThreads() - Method in class com.android.ddmlib.ClientData
Returns the list of threads as ThreadInfo objects.
getTid() - Method in class com.android.ddmlib.ThreadInfo
Returns the system tid.
getTime() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns the time string of the entry, as returned by ls.
getTimeOut() - Static method in class com.android.ddmlib.DdmPreferences
Returns the timeout to be used in adb connections (milliseconds).
getTotalNativeMemory() - Method in class com.android.ddmlib.ClientData
Returns the total native memory.
getType() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns true if the entry is a directory, false otherwise;
getType() - Method in class com.android.ddmlib.log.EventContainer
Returns the type of the data.
getType(Object) - Method in class com.android.ddmlib.log.EventContainer
Returns the type of an object.
getUseAdbHost() - Static method in class com.android.ddmlib.DdmPreferences
Returns a boolean indicating that the user uses or not the variable ADBHOST.
getUtime() - Method in class com.android.ddmlib.ThreadInfo
Returns the cumulative user time.
getValue() - Method in enum com.android.ddmlib.log.EventContainer.EventValueType
Returns the integer value of the enum.
getValue(int) - Method in class com.android.ddmlib.log.EventContainer
Returns a value by index.
getValue() - Method in enum com.android.ddmlib.log.EventValueDescription.ValueType
Returns the integer value of the enum.
getValueAsDouble(int) - Method in class com.android.ddmlib.log.EventContainer
Returns a value by index as a double.
getValueAsString(int) - Method in class com.android.ddmlib.log.EventContainer
Returns a value by index as a String.
getValueType() - Method in class com.android.ddmlib.log.EventValueDescription
 
getValueType(int) - Static method in enum com.android.ddmlib.log.EventValueDescription.ValueType
Returns a EventValueDescription.ValueType from an integer value, or null if no match were found.
getVmHeapData() - Method in class com.android.ddmlib.ClientData
Returns the ClientData.HeapData object for the VM.
getVmHeapIds() - Method in class com.android.ddmlib.ClientData
Returns an iterator over the list of known VM heap ids.
getVmHeapInfo(int) - Method in class com.android.ddmlib.ClientData
Returns the most-recent info values for the specified VM heap.
getVmIdentifier() - Method in class com.android.ddmlib.ClientData
Returns the Client's VM identifier.
green_length - Variable in class com.android.ddmlib.RawImage
 
green_offset - Variable in class com.android.ddmlib.RawImage
 

H

hasClients() - Method in interface com.android.ddmlib.IDevice
Returns whether the Device has Clients.
hasFeature(String) - Method in class com.android.ddmlib.ClientData
Returns true if the Client supports the given feature
hashCode() - Method in class com.android.ddmlib.HeapSegment
 
hashCode() - Method in class com.android.ddmlib.NativeAllocationInfo
 
hashCode() - Method in class com.android.ddmlib.testrunner.TestIdentifier
Generates hashCode based on class and method name.
hasInitialDeviceList() - Method in class com.android.ddmlib.AndroidDebugBridge
Returns whether the bridge has acquired the initial list from adb after being created.
hasPendingHprofDump() - Method in class com.android.ddmlib.ClientData
 
HEAP_BYTES_ALLOCATED - Static variable in class com.android.ddmlib.ClientData
Name of the value representing the number of allocated bytes of the heap, in the Map returned by ClientData.getVmHeapInfo(int)
HEAP_MAX_SIZE_BYTES - Static variable in class com.android.ddmlib.ClientData
Name of the value representing the max size of the heap, in the Map returned by ClientData.getVmHeapInfo(int)
HEAP_OBJECTS_ALLOCATED - Static variable in class com.android.ddmlib.ClientData
Name of the value representing the number of objects in the heap, in the Map returned by ClientData.getVmHeapInfo(int)
HEAP_SIZE_BYTES - Static variable in class com.android.ddmlib.ClientData
Name of the value representing the size of the heap, in the Map returned by ClientData.getVmHeapInfo(int)
HeapSegment - Class in com.android.ddmlib
Describes the types and locations of objects in a segment of a heap.
HeapSegment(ByteBuffer) - Constructor for class com.android.ddmlib.HeapSegment
Create a new HeapSegment based on the raw contents of an HPSG chunk.
HeapSegment.HeapSegmentElement - Class in com.android.ddmlib
Describes an object/region encoded in the HPSG data.
HeapSegment.HeapSegmentElement() - Constructor for class com.android.ddmlib.HeapSegment.HeapSegmentElement
Creates an uninitialized element.
HeapSegment.HeapSegmentElement(HeapSegment) - Constructor for class com.android.ddmlib.HeapSegment.HeapSegmentElement
Create an element describing the entry at the current position of hpsgData.
height - Variable in class com.android.ddmlib.RawImage
 

I

i(String, String) - Static method in class com.android.ddmlib.Log
Outputs a Log.LogLevel.INFO level message.
IDevice - Interface in com.android.ddmlib
A Device.
IDevice.DeviceState - Enum in com.android.ddmlib
The state of a device.
init(boolean) - Static method in class com.android.ddmlib.AndroidDebugBridge
Initializes the ddm library.
init(IDevice) - Method in class com.android.ddmlib.log.EventLogParser
Inits the parser for a specific Device.
init(String[]) - Method in class com.android.ddmlib.log.EventLogParser
Inits the parser with the content of a tag file.
init(String) - Method in class com.android.ddmlib.log.EventLogParser
Inits the parser with a specified event-log-tags file.
InstallException - Exception in com.android.ddmlib
Thrown if installation or uninstallation of application fails.
InstallException(Throwable) - Constructor for exception com.android.ddmlib.InstallException
 
InstallException(String, Throwable) - Constructor for exception com.android.ddmlib.InstallException
 
installPackage(String, boolean, String...) - Method in interface com.android.ddmlib.IDevice
Installs an Android application on device.
installRemotePackage(String, boolean, String...) - Method in interface com.android.ddmlib.IDevice
Installs the application package that was pushed to a temporary location on the device.
InstrumentationResultParser - Class in com.android.ddmlib.testrunner
Parses the 'raw output mode' results of an instrumentation test run from shell and informs a ITestRunListener of the results.
InstrumentationResultParser(String, Collection<ITestRunListener>) - Constructor for class com.android.ddmlib.testrunner.InstrumentationResultParser
Creates the InstrumentationResultParser.
InstrumentationResultParser(String, ITestRunListener) - Constructor for class com.android.ddmlib.testrunner.InstrumentationResultParser
Creates the InstrumentationResultParser for a single listener.
InvalidTypeException - Exception in com.android.ddmlib.log
Exception thrown when accessing an EventContainer value with the wrong type.
InvalidTypeException() - Constructor for exception com.android.ddmlib.log.InvalidTypeException
Constructs a new exception with the default detail message.
InvalidTypeException(String) - Constructor for exception com.android.ddmlib.log.InvalidTypeException
Constructs a new exception with the specified detail message.
InvalidTypeException(Throwable) - Constructor for exception com.android.ddmlib.log.InvalidTypeException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidTypeException(String, Throwable) - Constructor for exception com.android.ddmlib.log.InvalidTypeException
Constructs a new exception with the specified detail message and cause.
InvalidValueTypeException - Exception in com.android.ddmlib.log
Exception thrown when associating an EventContainer.EventValueType with an incompatible EventValueDescription.ValueType.
InvalidValueTypeException() - Constructor for exception com.android.ddmlib.log.InvalidValueTypeException
Constructs a new exception with the default detail message.
InvalidValueTypeException(String) - Constructor for exception com.android.ddmlib.log.InvalidValueTypeException
Constructs a new exception with the specified detail message.
InvalidValueTypeException(Throwable) - Constructor for exception com.android.ddmlib.log.InvalidValueTypeException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidValueTypeException(String, Throwable) - Constructor for exception com.android.ddmlib.log.InvalidValueTypeException
Constructs a new exception with the specified detail message and cause.
IRemoteAndroidTestRunner - Interface in com.android.ddmlib.testrunner
Interface for running a Android test command remotely and reporting result to a listener.
IRemoteAndroidTestRunner.TestSize - Enum in com.android.ddmlib.testrunner
 
isAppFileName() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns if the file name is an application package name.
isApplicationPackage() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns if the entry is a valid application package.
isBootLoader() - Method in interface com.android.ddmlib.IDevice
Returns if the device is in bootloader mode.
isCanceled() - Method in interface com.android.ddmlib.SyncService.ISyncProgressMonitor
Sent to query for possible cancellation.
isCancelled() - Method in class com.android.ddmlib.CollectingOutputReceiver
Cancel method to stop the execution of the remote shell command.
isCancelled() - Method in interface com.android.ddmlib.IShellOutputReceiver
Cancel method to stop the execution of the remote shell command.
isCancelled() - Method in class com.android.ddmlib.log.LogReceiver
Returns whether this receiver is canceling the remote service.
isCancelled() - Method in class com.android.ddmlib.NullOutputReceiver
 
isCancelled() - Method in class com.android.ddmlib.testrunner.InstrumentationResultParser
Returns true if test run canceled.
isConnected() - Method in class com.android.ddmlib.AndroidDebugBridge
Returns whether the AndroidDebugBridge object is still connected to the adb daemon.
isDaemon() - Method in class com.android.ddmlib.ThreadInfo
Returns whether this is a daemon thread.
isDdmAware() - Method in class com.android.ddmlib.Client
Returns true if the client VM is DDM-aware.
isDdmAware() - Method in class com.android.ddmlib.ClientData
Returns whether the process is DDM-aware.
isDebuggerAttached() - Method in class com.android.ddmlib.Client
Returns true if a debugger is currently attached to the client.
isDescending() - Method in class com.android.ddmlib.AllocationInfo.AllocationSorter
 
isDeviceOffline() - Method in exception com.android.ddmlib.AdbCommandRejectedException
Returns true if the error is due to the device being offline.
isDirectory() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns if the entry is a folder or a link to a folder.
isEmulator() - Method in interface com.android.ddmlib.IDevice
Returns true if the device is an emulator.
isHeapDataComplete() - Method in class com.android.ddmlib.ClientData.HeapData
Returns whether the heap data has been sealed.
isHeapUpdateEnabled() - Method in class com.android.ddmlib.Client
Returns whether the heap update is enabled.
IShellOutputReceiver - Interface in com.android.ddmlib
Classes which implement this interface provide methods that deal with out from a remote shell command on a device/emulator.
isOffline() - Method in interface com.android.ddmlib.IDevice
Returns if the device is offline.
isOnline() - Method in interface com.android.ddmlib.IDevice
Returns if the device is ready.
isRoot() - Method in class com.android.ddmlib.FileListingService.FileEntry
Returns whether the entry is the root.
isSelectedClient() - Method in class com.android.ddmlib.Client
Returns whether this client is the current selected client, accepting debugger connection on the "selected debugger port".
isStackCallResolved() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns whether the stack call addresses have been resolved into NativeStackCallInfo objects.
IStackTraceInfo - Interface in com.android.ddmlib
Classes which implement this interface provide a method that returns a stack trace.
isThreadUpdateEnabled() - Method in class com.android.ddmlib.Client
Returns whether the thread update is enabled.
isValid() - Method in class com.android.ddmlib.Client
Returns whether this Client has a valid connection to the application VM.
isValid() - Method in class com.android.ddmlib.HeapSegment
See if this segment still contains data, and has not been appended to another segment.
isWithinLibrary(long) - Method in class com.android.ddmlib.NativeLibraryMapInfo
Returns whether the specified address is inside the library.
isZygoteChild() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns whether the allocation happened in a child of the zygote process.
ITestRunListener - Interface in com.android.ddmlib.testrunner
Receives event notifications during instrumentation test runs.
ITestRunListener.TestFailure - Enum in com.android.ddmlib.testrunner
Types of test failures.

K

kill() - Method in class com.android.ddmlib.Client
Sends a kill message to the VM.
kill() - Method in class com.android.ddmlib.EmulatorConsole
Sends a KILL command to the emulator.
KIND_ARRAY_1 - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes an array of 1-byte elements.
KIND_ARRAY_2 - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes an array of 2-byte elements.
KIND_ARRAY_4 - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes an array of 4-byte elements.
KIND_ARRAY_8 - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes an array of 8-byte elements.
KIND_CLASS_OBJECT - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes a class object.
KIND_INVALID - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The object kind is unknown or unspecified.
KIND_NATIVE - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes a native object.
KIND_OBJECT - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes a data object.
KIND_UNKNOWN - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes an unknown type of object.

L

latency - Variable in class com.android.ddmlib.EmulatorConsole.NetworkStatus
network latency status.
len - Variable in class com.android.ddmlib.log.LogReceiver.LogEntry
16bit unsigned: length of the payload.
Log - Class in com.android.ddmlib
Log class that mirrors the API in main Android sources.
Log.ILogOutput - Interface in com.android.ddmlib
Classes which implement this interface provides methods that deal with outputting log messages.
Log.LogLevel - Enum in com.android.ddmlib
Log Level enum.
logAndDisplay(Log.LogLevel, String, String) - Static method in class com.android.ddmlib.Log
Outputs a log message and attempts to display it in a dialog.
LogReceiver - Class in com.android.ddmlib.log
Receiver able to provide low level parsing for device-side log services.
LogReceiver(LogReceiver.ILogListener) - Constructor for class com.android.ddmlib.log.LogReceiver
Creates a LogReceiver with an LogReceiver.ILogListener.
LogReceiver.ILogListener - Interface in com.android.ddmlib.log
Classes which implement this interface provide a method that deals with LogReceiver.LogEntry objects coming from log service through a LogReceiver.
LogReceiver.LogEntry - Class in com.android.ddmlib.log
Represents a log entry and its raw data.
LogReceiver.LogEntry() - Constructor for class com.android.ddmlib.log.LogReceiver.LogEntry
 

M

mAllocationUnitCount - Variable in class com.android.ddmlib.HeapSegment
 
mAllocationUnitSize - Variable in class com.android.ddmlib.HeapSegment
 
mHeapId - Variable in class com.android.ddmlib.HeapSegment
 
MIN_LATENCIES - Static variable in class com.android.ddmlib.EmulatorConsole
Array of delay values: no delay, gprs, edge/egprs, umts/3d
MNT_DATA - Static variable in interface com.android.ddmlib.IDevice
 
MNT_EXTERNAL_STORAGE - Static variable in interface com.android.ddmlib.IDevice
 
MNT_ROOT - Static variable in interface com.android.ddmlib.IDevice
 
mOffset - Variable in class com.android.ddmlib.HeapSegment
 
mStartAddress - Variable in class com.android.ddmlib.HeapSegment
 
mTag - Variable in class com.android.ddmlib.log.EventContainer
 
MultiLineReceiver - Class in com.android.ddmlib
Base implementation of IShellOutputReceiver, that takes the raw data coming from the socket, and convert it into String objects.
MultiLineReceiver() - Constructor for class com.android.ddmlib.MultiLineReceiver
 
mUsageData - Variable in class com.android.ddmlib.HeapSegment
 

N

NativeAllocationInfo - Class in com.android.ddmlib
Stores native allocation information.
NativeAllocationInfo(int, int) - Constructor for class com.android.ddmlib.NativeAllocationInfo
Constructs a new NativeAllocationInfo.
NativeLibraryMapInfo - Class in com.android.ddmlib
Memory address to library mapping for native libraries.
NativeStackCallInfo - Class in com.android.ddmlib
Represents a stack call.
NativeStackCallInfo(long, String, String, String) - Constructor for class com.android.ddmlib.NativeStackCallInfo
Basic constructor with library, method, and sourcefile information
NETWORK_LATENCIES - Static variable in class com.android.ddmlib.EmulatorConsole
Arrays of valid network latencies
NETWORK_SPEEDS - Static variable in class com.android.ddmlib.EmulatorConsole
Arrays of valid network speeds
newData(byte[], int, int) - Method in interface com.android.ddmlib.log.LogReceiver.ILogListener
Sent when new raw data is coming from the log service.
newEntry(LogReceiver.LogEntry) - Method in interface com.android.ddmlib.log.LogReceiver.ILogListener
Sent when a new LogReceiver.LogEntry has been parsed by the LogReceiver.
NO_STATIC_PORT - Static variable in interface com.android.ddmlib.DebugPortManager.IDebugPortProvider
 
nsec - Variable in class com.android.ddmlib.log.EventContainer
 
nsec - Variable in class com.android.ddmlib.log.LogReceiver.LogEntry
nanoseconds.
NullOutputReceiver - Class in com.android.ddmlib
Implementation of IShellOutputReceiver that does nothing.
NullOutputReceiver() - Constructor for class com.android.ddmlib.NullOutputReceiver
 

O

onEndFailure(Client, String) - Method in interface com.android.ddmlib.ClientData.IHprofDumpHandler
Called when a hprof dump failed to end on the VM side
onEndFailure(Client, String) - Method in interface com.android.ddmlib.ClientData.IMethodProfilingHandler
Called when method tracing failed to end on the VM side
onStartFailure(Client, String) - Method in interface com.android.ddmlib.ClientData.IMethodProfilingHandler
Called when method tracing failed to start
onSuccess(String, Client) - Method in interface com.android.ddmlib.ClientData.IHprofDumpHandler
Called when a HPROF dump succeeded.
onSuccess(byte[], Client) - Method in interface com.android.ddmlib.ClientData.IHprofDumpHandler
Called when a HPROF dump was successful.
onSuccess(String, Client) - Method in interface com.android.ddmlib.ClientData.IMethodProfilingHandler
Called when a method tracing was successful.
onSuccess(byte[], Client) - Method in interface com.android.ddmlib.ClientData.IMethodProfilingHandler
Called when a method tracing was successful.

P

parse(LogReceiver.LogEntry) - Method in class com.android.ddmlib.log.EventLogParser
 
parse(String) - Method in class com.android.ddmlib.log.EventLogParser
 
parseNewData(byte[], int, int) - Method in class com.android.ddmlib.log.LogReceiver
Parses new data coming from the log service.
pid - Variable in class com.android.ddmlib.log.EventContainer
 
pid - Variable in class com.android.ddmlib.log.LogReceiver.LogEntry
pid of the process that generated this LogReceiver.LogEntry
PLATFORM_DARWIN - Static variable in class com.android.ddmlib.DdmConstants
 
PLATFORM_LINUX - Static variable in class com.android.ddmlib.DdmConstants
 
PLATFORM_UNKNOWN - Static variable in class com.android.ddmlib.DdmConstants
 
PLATFORM_WINDOWS - Static variable in class com.android.ddmlib.DdmConstants
 
printAndPromptLog(Log.LogLevel, String, String) - Method in interface com.android.ddmlib.Log.ILogOutput
Sent when a log message needs to be printed, and, if possible, displayed to the user in a dialog box.
printLog(Log.LogLevel, String, String) - Method in interface com.android.ddmlib.Log.ILogOutput
Sent when a log message needs to be printed.
printLog(Log.LogLevel, String, String) - Static method in class com.android.ddmlib.Log
Prints a log message.
processNewLines(String[]) - Method in class com.android.ddmlib.MultiLineReceiver
Called when new lines are being received by the remote process.
processNewLines(String[]) - Method in class com.android.ddmlib.testrunner.InstrumentationResultParser
Processes the instrumentation test output from shell.
PROP_BUILD_API_LEVEL - Static variable in interface com.android.ddmlib.IDevice
 
PROP_BUILD_CODENAME - Static variable in interface com.android.ddmlib.IDevice
 
PROP_BUILD_VERSION - Static variable in interface com.android.ddmlib.IDevice
 
PROP_BUILD_VERSION_NUMBER - Static variable in interface com.android.ddmlib.IDevice
Deprecated. Use IDevice.PROP_BUILD_API_LEVEL.
PROP_DEBUGGABLE - Static variable in interface com.android.ddmlib.IDevice
 
pull(FileListingService.FileEntry[], String, SyncService.ISyncProgressMonitor) - Method in class com.android.ddmlib.SyncService
Pulls file(s) or folder(s).
pullFile(String, String) - Method in interface com.android.ddmlib.IDevice
Pulls a single file.
pullFile(FileListingService.FileEntry, String, SyncService.ISyncProgressMonitor) - Method in class com.android.ddmlib.SyncService
Pulls a single file.
pullFile(String, String, SyncService.ISyncProgressMonitor) - Method in class com.android.ddmlib.SyncService
Pulls a single file.
push(String[], FileListingService.FileEntry, SyncService.ISyncProgressMonitor) - Method in class com.android.ddmlib.SyncService
Push several files.
pushFile(String, String) - Method in interface com.android.ddmlib.IDevice
Push a single file.
pushFile(String, String, SyncService.ISyncProgressMonitor) - Method in class com.android.ddmlib.SyncService
Push a single file.

R

RawImage - Class in com.android.ddmlib
Data representing an image taken from a device frame buffer.
RawImage() - Constructor for class com.android.ddmlib.RawImage
 
readHeader(int, ByteBuffer) - Method in class com.android.ddmlib.RawImage
Reads the header of a RawImage from a ByteBuffer.
reboot(String) - Method in interface com.android.ddmlib.IDevice
Reboot the device.
red_length - Variable in class com.android.ddmlib.RawImage
 
red_offset - Variable in class com.android.ddmlib.RawImage
 
REFRESH_RATE - Static variable in class com.android.ddmlib.FileListingService
 
refreshEntry(FileListingService.FileEntry) - Method in interface com.android.ddmlib.FileListingService.IListingReceiver
 
RemoteAndroidTestRunner - Class in com.android.ddmlib.testrunner
Runs a Android test command remotely and reports results.
RemoteAndroidTestRunner(String, String, IDevice) - Constructor for class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Creates a remote Android test runner.
RemoteAndroidTestRunner(String, IDevice) - Constructor for class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Alternate constructor.
removeClientChangeListener(AndroidDebugBridge.IClientChangeListener) - Static method in class com.android.ddmlib.AndroidDebugBridge
Removes the listener from the collection of listeners who will be notified when a Client property changed.
removeDebugBridgeChangeListener(AndroidDebugBridge.IDebugBridgeChangeListener) - Static method in class com.android.ddmlib.AndroidDebugBridge
Removes the listener from the collection of listeners who will be notified when a new AndroidDebugBridge is started.
removeDeviceChangeListener(AndroidDebugBridge.IDeviceChangeListener) - Static method in class com.android.ddmlib.AndroidDebugBridge
Removes the listener from the collection of listeners who will be notified when a IDevice is connected, disconnected, or when its properties or its Client list changed.
removeForward(int, int) - Method in interface com.android.ddmlib.IDevice
Removes a port forwarding between a local and a remote port.
removeInstrumentationArg(String) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Removes a previously added argument.
removeInstrumentationArg(String) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Removes a previously added argument.
removeRemotePackage(String) - Method in interface com.android.ddmlib.IDevice
Removes a file from device.
requestAllocationDetails() - Method in class com.android.ddmlib.Client
Sends a request to the VM to send the information about all the allocations that have happened since the call to Client.enableAllocationTracker(boolean) with enable set to null.
requestAllocationStatus() - Method in class com.android.ddmlib.Client
Sends a request to the VM to send the enable status of the allocation tracking.
requestMethodProfilingStatus() - Method in class com.android.ddmlib.Client
Sends a request to the VM to send the enable status of the method profiling.
requestNativeHeapInformation() - Method in class com.android.ddmlib.Client
Sends a native heap update request.
requestThreadStackTrace(int) - Method in class com.android.ddmlib.Client
Sends a thread stack trace update request.
requestThreadUpdate() - Method in class com.android.ddmlib.Client
Sends a thread update request.
restart() - Method in class com.android.ddmlib.AndroidDebugBridge
Restarts adb, but not the services around it.
RESULT_OK - Static variable in class com.android.ddmlib.EmulatorConsole
 
rewindElements() - Method in class com.android.ddmlib.HeapSegment
 
run(ITestRunListener...) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Execute this test run.
run(Collection<ITestRunListener>) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Execute this test run.
run(ITestRunListener...) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Execute this test run.
run(Collection<ITestRunListener>) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Execute this test run.
runEventLogService(LogReceiver) - Method in interface com.android.ddmlib.IDevice
Runs the event log service and outputs the event log to the LogReceiver.
runLogService(String, LogReceiver) - Method in interface com.android.ddmlib.IDevice
Runs the log service for the given log and outputs the log to the LogReceiver.

S

saveTags(String) - Method in class com.android.ddmlib.log.EventLogParser
Recreates the event-log-tags at the specified file path.
sec - Variable in class com.android.ddmlib.log.EventContainer
 
sec - Variable in class com.android.ddmlib.log.LogReceiver.LogEntry
Seconds since epoch.
sendLocation(double, double, double) - Method in class com.android.ddmlib.EmulatorConsole
 
sendSms(String, String) - Method in class com.android.ddmlib.EmulatorConsole
Sends an SMS to the emulator
set(HeapSegment) - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
Replace the element with the entry at the current position of hpsgData.
setAdbHostValue(String) - Static method in class com.android.ddmlib.DdmPreferences
Sets the value of the ADBHOST variable.
setAsSelectedClient() - Method in class com.android.ddmlib.Client
Sets the client to accept debugger connection on the "selected debugger port".
setChildren(FileListingService.FileEntry, FileListingService.FileEntry[]) - Method in interface com.android.ddmlib.FileListingService.IListingReceiver
 
setClassName(String) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets to run only tests in this class Must be called before 'run'.
setClassName(String) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets to run only tests in this class Must be called before 'run'.
setClassNames(String[]) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets to run only tests in the provided classes Must be called before 'run'.
setClassNames(String[]) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets to run only tests in the provided classes Must be called before 'run'.
setCoverage(boolean) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets this code coverage mode of this test run.
setCoverage(boolean) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets this code coverage mode of this test run.
setDebug(boolean) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets this debug mode of this test run.
setDebug(boolean) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets this debug mode of this test run.
setDebugPortBase(int) - Static method in class com.android.ddmlib.DdmPreferences
Sets the debug port used by the first Client.
setGsmDataMode(EmulatorConsole.GsmMode) - Method in class com.android.ddmlib.EmulatorConsole
Sets the GSM data mode.
setGsmVoiceMode(EmulatorConsole.GsmMode) - Method in class com.android.ddmlib.EmulatorConsole
Sets the GSM voice mode.
setHeapUpdateEnabled(boolean) - Method in class com.android.ddmlib.Client
Enables or disables the heap update.
setHprofDumpHandler(ClientData.IHprofDumpHandler) - Static method in class com.android.ddmlib.ClientData
Sets the handler to receive notifications when an HPROF dump succeeded or failed.
setInitialHeapUpdate(boolean) - Static method in class com.android.ddmlib.DdmPreferences
Sets the initial Client flag for heap updates.
setInitialThreadUpdate(boolean) - Static method in class com.android.ddmlib.DdmPreferences
Sets the initial Client flag for thread updates.
setKind(int) - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
setLength(int) - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
setLogLevel(String) - Static method in class com.android.ddmlib.DdmPreferences
Sets the minimum Log.LogLevel to display.
setLogOnly(boolean) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets this test run to log only mode - skips test execution.
setLogOnly(boolean) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets this test run to log only mode - skips test execution.
setLogOutput(Log.ILogOutput) - Static method in class com.android.ddmlib.Log
Sets the Log.ILogOutput to use to print the logs.
setMaxtimeToOutputResponse(int) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets the maximum time allowed between output of the shell command running the tests on the devices.
setMaxtimeToOutputResponse(int) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets the maximum time allowed between output of the shell command running the tests on the devices.
setMethodName(String, String) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets to run only specified test method Must be called before 'run'.
setMethodName(String, String) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets to run only specified test method Must be called before 'run'.
setMethodProfilingHandler(ClientData.IMethodProfilingHandler) - Static method in class com.android.ddmlib.ClientData
Sets the handler to receive notifications when an HPROF dump succeeded or failed.
setNetworkLatency(int) - Method in class com.android.ddmlib.EmulatorConsole
Sets the network latency.
setNetworkSpeed(int) - Method in class com.android.ddmlib.EmulatorConsole
Sets the network speed.
setProcessedHeapData(byte[]) - Method in class com.android.ddmlib.ClientData.HeapData
Sets the processed heap data.
setProcessedHeapMap(Map<Integer, ArrayList<HeapSegment.HeapSegmentElement>>) - Method in class com.android.ddmlib.ClientData.HeapData
 
setProfilerBufferSizeMb(int) - Static method in class com.android.ddmlib.DdmPreferences
Sets the profiler buffer size value.
setProvider(DebugPortManager.IDebugPortProvider) - Static method in class com.android.ddmlib.DebugPortManager
Sets the DebugPortManager.IDebugPortProvider that will be used when a new Client requests a debugger port.
setResolvedStackCall(List<NativeStackCallInfo>) - Method in class com.android.ddmlib.NativeAllocationInfo
Sets the resolved stack call for this allocation.
setRunName(String) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Set a custom run name to be reported to the ITestRunListener on IRemoteAndroidTestRunner.run(com.android.ddmlib.testrunner.ITestRunListener...)

If unspecified, will use package name

setRunName(String) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Set a custom run name to be reported to the ITestRunListener on IRemoteAndroidTestRunner.run(com.android.ddmlib.testrunner.ITestRunListener...)

If unspecified, will use package name

setSelectedClient(Client) - Method in class com.android.ddmlib.AndroidDebugBridge
Sets the client to accept debugger connection on the custom "Selected debug port".
setSelectedDebugPort(int) - Static method in class com.android.ddmlib.DdmPreferences
Sets the debug port used by the selected Client.
setSolidity(int) - Method in class com.android.ddmlib.HeapSegment.HeapSegmentElement
 
setSortMode(AllocationInfo.SortMode) - Method in class com.android.ddmlib.AllocationInfo.AllocationSorter
 
setTestPackageName(String) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets to run all tests in specified package Must be called before 'run'.
setTestPackageName(String) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets to run all tests in specified package Must be called before 'run'.
setTestSize(IRemoteAndroidTestRunner.TestSize) - Method in interface com.android.ddmlib.testrunner.IRemoteAndroidTestRunner
Sets to run only tests of given size.
setTestSize(IRemoteAndroidTestRunner.TestSize) - Method in class com.android.ddmlib.testrunner.RemoteAndroidTestRunner
Sets to run only tests of given size.
setThreadUpdateEnabled(boolean) - Method in class com.android.ddmlib.Client
Enables or disables the thread update.
setTimeOut(int) - Static method in class com.android.ddmlib.DdmPreferences
Sets the timeout value for adb connection.
setTrimLine(boolean) - Method in class com.android.ddmlib.MultiLineReceiver
Set the trim lines flag.
setUseAdbHost(boolean) - Static method in class com.android.ddmlib.DdmPreferences
Sets the value of the boolean indicating that the user uses or not the variable ADBHOST.
ShellCommandUnresponsiveException - Exception in com.android.ddmlib
Exception thrown when a shell command executed on a device takes too long to send its output.
ShellCommandUnresponsiveException() - Constructor for exception com.android.ddmlib.ShellCommandUnresponsiveException
 
size - Variable in class com.android.ddmlib.RawImage
 
SIZE_KW - Static variable in class com.android.ddmlib.NativeAllocationInfo
 
SOLIDITY_FINALIZABLE - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element is pending finalization.
SOLIDITY_FREE - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element describes a free block.
SOLIDITY_HARD - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element is strongly-reachable.
SOLIDITY_INVALID - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The reachability of the object is unknown.
SOLIDITY_PHANTOM - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element is phantom-reachable.
SOLIDITY_SOFT - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element is softly-reachable.
SOLIDITY_SWEEP - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element is not reachable, and is about to be swept/freed.
SOLIDITY_WEAK - Static variable in class com.android.ddmlib.HeapSegment.HeapSegmentElement
The element is weakly-reachable.
speed - Variable in class com.android.ddmlib.EmulatorConsole.NetworkStatus
network speed status.
start(int) - Method in interface com.android.ddmlib.SyncService.ISyncProgressMonitor
Sent when the transfer starts
startSubTask(String) - Method in interface com.android.ddmlib.SyncService.ISyncProgressMonitor
Sent when a sub task is started.
stop() - Method in interface com.android.ddmlib.SyncService.ISyncProgressMonitor
Sent when the transfer is finished or interrupted.
swap32bitFromArray(byte[], int) - Static method in class com.android.ddmlib.utils.ArrayHelper
Reads a signed 32 bit integer from an array coming from a device.
swap32bitsToArray(int, byte[], int) - Static method in class com.android.ddmlib.utils.ArrayHelper
Swaps an unsigned value around, and puts the result in an array that can be sent to a device.
swap64bitFromArray(byte[], int) - Static method in class com.android.ddmlib.utils.ArrayHelper
Reads a signed 64 bit integer from an array coming from a device.
swapU16bitFromArray(byte[], int) - Static method in class com.android.ddmlib.utils.ArrayHelper
Reads an unsigned 16 bit integer from an array coming from a device, and returns it as an 'int'
SyncException - Exception in com.android.ddmlib
Exception thrown when a transfer using SyncService doesn't complete.
SyncException(SyncException.SyncError) - Constructor for exception com.android.ddmlib.SyncException
 
SyncException(SyncException.SyncError, String) - Constructor for exception com.android.ddmlib.SyncException
 
SyncException(SyncException.SyncError, Throwable) - Constructor for exception com.android.ddmlib.SyncException
 
SyncException.SyncError - Enum in com.android.ddmlib
 
syncPackageToDevice(String) - Method in interface com.android.ddmlib.IDevice
Pushes a file to device
SyncService - Class in com.android.ddmlib
Sync service class to push/pull to/from devices/emulators, through the debug bridge.
SyncService.ISyncProgressMonitor - Interface in com.android.ddmlib
Classes which implement this interface provide methods that deal with displaying transfer progress.

T

terminate() - Static method in class com.android.ddmlib.AndroidDebugBridge
Terminates the ddm library.
testEnded(TestIdentifier, Map<String, String>) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports the execution end of an individual test case.
testFailed(ITestRunListener.TestFailure, TestIdentifier, String) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports the failure of a individual test case.
TestIdentifier - Class in com.android.ddmlib.testrunner
Identifies a parsed instrumentation test.
TestIdentifier(String, String) - Constructor for class com.android.ddmlib.testrunner.TestIdentifier
Creates a test identifier.
testRunEnded(long, Map<String, String>) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports end of test run.
testRunFailed(String) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports test run failed to complete due to a fatal error.
testRunStarted(String, int) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports the start of a test run.
testRunStopped(long) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports test run stopped before completion due to a user request.
testStarted(TestIdentifier) - Method in interface com.android.ddmlib.testrunner.ITestRunListener
Reports the start of an individual test case.
testString() - Method in enum com.android.ddmlib.log.EventContainer.CompareMethod
Returns a short string representing the comparison.
testValue(int, Object, EventContainer.CompareMethod) - Method in class com.android.ddmlib.log.EventContainer
Checks that the index-th value of this event against a provided value.
ThreadInfo - Class in com.android.ddmlib
Holds a thread information.
tid - Variable in class com.android.ddmlib.log.EventContainer
 
tid - Variable in class com.android.ddmlib.log.LogReceiver.LogEntry
tid of the process that generated this LogReceiver.LogEntry
TimeoutException - Exception in com.android.ddmlib
Exception thrown when a connection to Adb failed with a timeout.
TimeoutException() - Constructor for exception com.android.ddmlib.TimeoutException
 
toggleMethodProfiling() - Method in class com.android.ddmlib.Client
 
toString() - Method in class com.android.ddmlib.Client
Returns a string representation of the Client object.
toString() - Method in class com.android.ddmlib.HeapSegment
 
toString() - Method in enum com.android.ddmlib.log.EventContainer.CompareMethod
Returns the display string.
toString() - Method in enum com.android.ddmlib.log.EventContainer.EventValueType
 
toString() - Method in class com.android.ddmlib.log.EventValueDescription
 
toString() - Method in enum com.android.ddmlib.log.EventValueDescription.ValueType
 
toString() - Method in class com.android.ddmlib.NativeAllocationInfo
Returns a string representation of the object.
toString() - Method in class com.android.ddmlib.NativeStackCallInfo
 
toString() - Method in class com.android.ddmlib.testrunner.TestIdentifier
Generates user friendly string.
TOTAL_SIZE_KW - Static variable in class com.android.ddmlib.NativeAllocationInfo
 
TYPE_BLOCK - Static variable in class com.android.ddmlib.FileListingService
Entry type: Block
TYPE_CHARACTER - Static variable in class com.android.ddmlib.FileListingService
Entry type: Character
TYPE_DIRECTORY - Static variable in class com.android.ddmlib.FileListingService
Entry type: Directory
TYPE_DIRECTORY_LINK - Static variable in class com.android.ddmlib.FileListingService
Entry type: Directory Link
TYPE_FIFO - Static variable in class com.android.ddmlib.FileListingService
Entry type: FIFO
TYPE_FILE - Static variable in class com.android.ddmlib.FileListingService
Entry type: File
TYPE_LINK - Static variable in class com.android.ddmlib.FileListingService
Entry type: Link
TYPE_OTHER - Static variable in class com.android.ddmlib.FileListingService
Entry type: Other
TYPE_SOCKET - Static variable in class com.android.ddmlib.FileListingService
Entry type: Socket

U

uninstallPackage(String) - Method in interface com.android.ddmlib.IDevice
Uninstalls an package from the device.

V

v(String, String) - Static method in class com.android.ddmlib.Log
Outputs a Log.LogLevel.VERBOSE level message.
valueOf(String) - Static method in enum com.android.ddmlib.AllocationInfo.SortMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.ClientData.AllocationTrackingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.ClientData.DebuggerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.ClientData.MethodProfilingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.EmulatorConsole.GsmMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.IDevice.DeviceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.log.EventContainer.CompareMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.log.EventContainer.EventValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.log.EventValueDescription.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.Log.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.SyncException.SyncError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.ddmlib.testrunner.ITestRunListener.TestFailure
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.ddmlib.AllocationInfo.SortMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.ClientData.AllocationTrackingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.ClientData.DebuggerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.ClientData.MethodProfilingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.EmulatorConsole.GsmMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.IDevice.DeviceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.log.EventContainer.CompareMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.log.EventContainer.EventValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.log.EventValueDescription.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.Log.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.SyncException.SyncError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.ddmlib.testrunner.ITestRunListener.TestFailure
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class com.android.ddmlib.RawImage
 
voice - Variable in class com.android.ddmlib.EmulatorConsole.GsmStatus
Voice status.

W

w(String, String) - Static method in class com.android.ddmlib.Log
Outputs a Log.LogLevel.WARN level message.
wasCanceled() - Method in exception com.android.ddmlib.CanceledException
Returns true if the action was canceled by user input.
wasCanceled() - Method in exception com.android.ddmlib.InstallException
Returns true if the installation was canceled by user input.
wasCanceled() - Method in exception com.android.ddmlib.SyncException
Returns true if the sync was canceled by user input.
wasErrorDuringDeviceSelection() - Method in exception com.android.ddmlib.AdbCommandRejectedException
Returns whether adb refused to target a given device for the command.
width - Variable in class com.android.ddmlib.RawImage
 

A B C D E F G H I K L M N O P R S T U V W

Copyright © 2008-2012. All Rights Reserved.