Uses of Interface
com.android.ddmlib.IDevice

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

Uses of IDevice in com.android.ddmlib
 

Methods in com.android.ddmlib that return IDevice
 IDevice Client.getDevice()
          Returns the IDevice on which this Client is running.
 IDevice[] AndroidDebugBridge.getDevices()
          Returns the devices.
 

Methods in com.android.ddmlib with parameters of type IDevice
 void AndroidDebugBridge.IDeviceChangeListener.deviceChanged(IDevice device, int changeMask)
          Sent when a device data changed, or when clients are started/terminated on the device.
 void AndroidDebugBridge.IDeviceChangeListener.deviceConnected(IDevice device)
          Sent when the a device is connected to the AndroidDebugBridge.
 void AndroidDebugBridge.IDeviceChangeListener.deviceDisconnected(IDevice device)
          Sent when the a device is connected to the AndroidDebugBridge.
static EmulatorConsole EmulatorConsole.getConsole(IDevice d)
          Returns an EmulatorConsole object for the given Device.
 int DebugPortManager.IDebugPortProvider.getPort(IDevice device, String appName)
          Returns a non-random debugger port for the specified application running on the specified Device.
 

Uses of IDevice in com.android.ddmlib.log
 

Methods in com.android.ddmlib.log with parameters of type IDevice
 boolean EventLogParser.init(IDevice device)
          Inits the parser for a specific Device.
 

Uses of IDevice in com.android.ddmlib.testrunner
 

Constructors in com.android.ddmlib.testrunner with parameters of type IDevice
RemoteAndroidTestRunner(String packageName, IDevice remoteDevice)
          Alternate constructor.
RemoteAndroidTestRunner(String packageName, String runnerName, IDevice remoteDevice)
          Creates a remote Android test runner.
 



Copyright © 2008-2012. All Rights Reserved.