Deprecated API


Contents
Deprecated Fields
com.android.ddmlib.IDevice.PROP_BUILD_VERSION_NUMBER
          Use IDevice.PROP_BUILD_API_LEVEL. 
 

Deprecated Methods
com.android.ddmlib.IDevice.executeShellCommand(String, IShellOutputReceiver, int)
          Use IShellEnabledDevice.executeShellCommand(String, IShellOutputReceiver, long, java.util.concurrent.TimeUnit). 
com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.setMaxtimeToOutputResponse(int)
          Use IRemoteAndroidTestRunner.setMaxTimeToOutputResponse(long, java.util.concurrent.TimeUnit).