# File lib/mobileesp_converted/user_agent_info.rb, line 312
    def init_device_scan()

      @is_webkit = detect_webkit()
      @is_iphone = detect_iphone()
      @is_android = detect_android()
      @is_android_phone = detect_android_phone()


      @is_mobile_phone = detect_mobile_quick()
      @is_tier_tablet = detect_tier_tablet()
      @is_tier_iphone = detect_tier_iphone()


      @is_tier_rich_css = detect_tier_rich_css()
      @is_tier_generic_mobile = detect_tier_other_phones()

      @init_completed = true
    end