# File lib/mobileesp_converted/user_agent_info.rb, line 693
    def detect_black_berry_touch()
      if (detect_black_berry() &&
          (user_agent.include?(DEVICE_B_B_STORM) ||
           user_agent.include?(DEVICE_B_B_TORCH) ||
           user_agent.include?(DEVICE_B_B_BOLD_TOUCH) ||
           user_agent.include?(DEVICE_B_B_CURVE_TOUCH) ))
        return true
      end
      return false
    end