Uses of Class
com.android.ddmlib.AndroidDebugBridge

Packages that use AndroidDebugBridge
com.android.ddmlib   
 

Uses of AndroidDebugBridge in com.android.ddmlib
 

Methods in com.android.ddmlib that return AndroidDebugBridge
static AndroidDebugBridge AndroidDebugBridge.createBridge()
          Creates a AndroidDebugBridge that is not linked to any particular executable.
static AndroidDebugBridge AndroidDebugBridge.createBridge(java.lang.String osLocation, boolean forceNewBridge)
          Creates a new debug bridge from the location of the command line tool.
static AndroidDebugBridge AndroidDebugBridge.getBridge()
          Returns the current debug bridge.
 

Methods in com.android.ddmlib with parameters of type AndroidDebugBridge
 void AndroidDebugBridge.IDebugBridgeChangeListener.bridgeChanged(AndroidDebugBridge bridge)
          Sent when a new AndroidDebugBridge is connected.
 



Copyright © 2008-2011. All Rights Reserved.