Uses of Enum Class
com.hp.lft.sdk.mobile.DeviceSource
Packages that use DeviceSource
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
- 
Uses of DeviceSource in com.hp.lft.sdkMethods in com.hp.lft.sdk with parameters of type DeviceSourceModifier and TypeMethodDescriptionstatic DeviceSrfLab.lockDevice(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.
- 
Uses of DeviceSource in com.hp.lft.sdk.mobileMethods in com.hp.lft.sdk.mobile that return DeviceSourceModifier and TypeMethodDescriptionDeviceSessionOptions.getDeviceSource()Returns aDeviceSourcerepresenting the source of the device to use.Device.getSource()The source to take the device fromstatic DeviceSourceReturns the enum constant of this class with the specified name.static DeviceSource[]DeviceSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceSourceModifier and TypeMethodDescriptionstatic DeviceMobileLab.lockDevice(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.DeviceSessionOptions.setDeviceSource(DeviceSource deviceSource) Sets theDeviceSourcerepresenting the source of the device to use.