|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Client
property changed, by sending it one of the messages defined in the
AndroidDebugBridge.IClientChangeListener interface.
AndroidDebugBridge is connected, by sending it one of the messages defined
in the AndroidDebugBridge.IDebugBridgeChangeListener interface.
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.
Client changes.AndroidDebugBridge changes.IDevice addition, deletion, and changes.other to this segment
if it describes the segment immediately after this one.
AndroidDebugBridge is connected.
other comes immediately after this segment.
Client list change.
Client.CHANGE_NAME,
Client.CHANGE_DEBUGGER_STATUS, and Client.CHANGE_PORT.
IDevice.DeviceState change.
EventContainer.EventValueType is compatible with the EventValueDescription.ValueType.
Client.AndroidDebugBridge that is not linked to any particular executable.
DdmConstants.PLATFORM_WINDOWS, DdmConstants.PLATFORM_DARWIN,
DdmConstants.PLATFORM_LINUX or DdmConstants.PLATFORM_UNKNOWN.
Log.LogLevel.DEBUG level message.
DebugPortManager.IDebugPortProvider to ddmlib.Client.Log.LogLevel
AndroidDebugBridge.
AndroidDebugBridge.
Log.LogLevel.ERROR level message.
Log.LogLevel.ERROR level Throwable information.
EventContainer.testValue(int, Object, com.android.ddmlib.log.EventContainer.CompareMethod)EventContainer value.executeShellCommand(command, receiver, DdmPreferences.getTimeOut()).
Device side file listing service.ls command on the device.FileListingService.FileEntry matching the name.
RawImage.data.
Log.LogLevel enum matching the specified letter.
Log.LogLevel enum matching the specified letter.
FileListingService.FileEntry.
Client by its application name.
ClientData object containing this client information.
null if pid is unknown
AndroidDebugBridge object attempted to connect
to the adb daemon.
EmulatorConsole object for the given Device.
ls.
Client.
IDevice on which this Client is running.
FileListingService for this device.
Client flag for heap updates.
Client flag for thread updates.
Log.LogLevel being displayed.
NativeAllocationInfo.
Iterator on NativeLibraryMapInfo objects.
Object from a storage string created with
EventContainer.EventValueType.getStorageString(Object).
EventValueDescription.getEventValueType()) from a String value.
ls.
Device.
Log.LogLevel.
NativeStackCallInfo that is relevant.
AndroidDebugBridge object attempted to restart
the adb daemon.
RawImage.
Client.
ls.
IDevice.DeviceState from the string returned by adb devices.
Object of type supported by
EventContainer.EventValueType.
SyncService object to push / pull files to and from the device.
IRemoteAndroidTestRunner.TestSize corresponding to the given Android platform defined value.
ThreadInfo objects.
ls.
EventValueDescription.ValueType from an integer value, or null if no match
were found.
ClientData.HeapData object for the VM.
Device has Clients.
Client supports the given feature
Map returned by ClientData.getVmHeapInfo(int)
Map returned by
ClientData.getVmHeapInfo(int)
Map
returned by ClientData.getVmHeapInfo(int)
Map returned by
ClientData.getVmHeapInfo(int)
Log.LogLevel.INFO level message.
ddm library.
EventContainer value with the wrong type.(cause==null ?
- 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 ?
- 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 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.
LogReceiver with an LogReceiver.ILogListener.
LogReceiver.LogEntry objects coming from log service through a LogReceiver.IShellOutputReceiver, that takes the raw data coming from the
socket, and convert it into String objects.LogReceiver.LogEntry has been parsed by the LogReceiver.
IShellOutputReceiver that does nothing.LogReceiver.LogEntry
IDevice.PROP_BUILD_API_LEVEL.
ByteBuffer.
Client property changed.
AndroidDebugBridge is started.
IDevice is connected, disconnected, or when its properties or its Client
list changed.
Client.enableAllocationTracker(boolean) with enable
set to null.
LogReceiver.
LogReceiver.
Client.
Client flag for heap updates.
Client flag for thread updates.
Log.LogLevel to display.
Log.ILogOutput to use to print the logs.
DebugPortManager.IDebugPortProvider that will be used when a new Client requests
a debugger port.
Client.
SyncService doesn't complete.index-th value of this event against a provided value.
LogReceiver.LogEntry
Client object.
Log.LogLevel.VERBOSE level message.
Log.LogLevel.WARN level message.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||