Uses of Interface
com.endeca.mobile.services.detection.DeviceInfo

Packages that use DeviceInfo
com.endeca.mobile.services.detection   
com.endeca.mobile.services.detection.impl   
 

Uses of DeviceInfo in com.endeca.mobile.services.detection
 

Methods in com.endeca.mobile.services.detection that return DeviceInfo
 DeviceInfo DeviceDetector.lookupDevice(java.lang.String userAgent)
           
 

Uses of DeviceInfo in com.endeca.mobile.services.detection.impl
 

Classes in com.endeca.mobile.services.detection.impl that implement DeviceInfo
 class DefaultDeviceInfo
           
 class DeviceAtlasDeviceInfo
           
 class WURFLDeviceInfo
           
 

Methods in com.endeca.mobile.services.detection.impl that return DeviceInfo
 DeviceInfo WURFLDeviceDetector.lookupDevice(java.lang.String userAgent)
           
 DeviceInfo DeviceAtlasDeviceDetector.lookupDevice(java.lang.String userAgent)
           
 DeviceInfo DefaultDeviceDetector.lookupDevice(java.lang.String userAgent)