# File lib/mobileesp_converted/user_agent_info.rb, line 648 def detect_black_berry10_phone() if (user_agent.include?(DEVICE_B_B10) && user_agent.include?(MOBILE)) return true end return false end