Uses of Class
com.hp.lft.sdk.mobile.DeviceVitalsCollectOptions
Packages that use DeviceVitalsCollectOptions
Package
Description
Provides the SDK for testing objects in mobile applications.
- 
Uses of DeviceVitalsCollectOptions in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile that return DeviceVitalsCollectOptionsModifier and TypeMethodDescriptionstatic DeviceVitalsCollectOptionsDeviceVitalsCollectOptions.all()Returns a new Instance ofDeviceVitalsCollectOptionswith all collection options set to true.DeviceSessionOptions.getCollectVitals()Returns theDeviceVitalsCollectOptionsdefining which device vitals should be collected in this session.static DeviceVitalsCollectOptionsDeviceVitalsCollectOptions.none()Returns a new Instance ofDeviceVitalsCollectOptionswith all collection options set to false.DeviceVitalsCollectOptions.setCollectCPU(boolean collectCPU) Sets whether to collect the device CPU usage.DeviceVitalsCollectOptions.setCollectFreeMemory(boolean collectFreeMemory) Sets whether to collect the device free memory.DeviceVitalsCollectOptions.setCollectMemory(boolean collectMemory) Sets whether to collect the device memory usage.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceVitalsCollectOptionsModifier and TypeMethodDescriptionDeviceSessionOptions.setCollectVitals(DeviceVitalsCollectOptions collectVitals) Sets theDeviceVitalsCollectOptionsdefining which device vitals should be collected in this session.