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.IDevice.getBatteryLevel()
          use IDevice.getBattery() 
com.android.ddmlib.IDevice.getBatteryLevel(long)
          use #getBattery(long, TimeUnit)) 
com.android.ddmlib.IDevice.getProperties()
          use IShellEnabledDevice.getSystemProperty(String) instead 
com.android.ddmlib.IDevice.getPropertyCacheOrSync(String)
          use IShellEnabledDevice.getSystemProperty(String) instead 
com.android.ddmlib.IDevice.getPropertyCount()
          implementation detail 
com.android.ddmlib.IDevice.getPropertySync(String)
          use IShellEnabledDevice.getSystemProperty(String) 
com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.setMaxtimeToOutputResponse(int)
          Use IRemoteAndroidTestRunner.setMaxTimeToOutputResponse(long, java.util.concurrent.TimeUnit). 
com.android.ddmlib.Client.toggleMethodProfiling()
          Use Client.startMethodTracer(), Client.stopMethodTracer(), Client.startSamplingProfiler(int, java.util.concurrent.TimeUnit) or Client.stopSamplingProfiler() instead.