# File lib/mobileesp_converted/user_agent_info.rb, line 1325
    def detect_tier_tablet()
      if (detect_ipad() || detect_android_tablet() || detect_black_berry_tablet() || detect_firefox_o_s_tablet() || detect_ubuntu_tablet() || detect_web_o_s_tablet())
        return true
      end
      return false
    end