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.mobile
Methods in com.hp.lft.sdk.mobile that return DeviceVitalsCollectOptionsModifier and TypeMethodDescriptionstatic DeviceVitalsCollectOptions
DeviceVitalsCollectOptions.all()
Returns a new Instance ofDeviceVitalsCollectOptions
with all collection options set to true.DeviceSessionOptions.getCollectVitals()
Returns theDeviceVitalsCollectOptions
defining which device vitals should be collected in this session.static DeviceVitalsCollectOptions
DeviceVitalsCollectOptions.none()
Returns a new Instance ofDeviceVitalsCollectOptions
with 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 theDeviceVitalsCollectOptions
defining which device vitals should be collected in this session.