package com.metaio.sdk.jni;

public class SystemInfo
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public SystemInfo()
  {
    this(MetaioSDKJNI.new_SystemInfo(), true);
  }

  public SystemInfo(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static int getAPILevel()
  {
    return MetaioSDKJNI.SystemInfo_getAPILevel();
  }

  public static int getAvailableCPUCores()
  {
    return MetaioSDKJNI.SystemInfo_getAvailableCPUCores();
  }

  public static E_CPU_FAMILY getCPUFamily()
  {
    return E_CPU_FAMILY.swigToEnum(MetaioSDKJNI.SystemInfo_getCPUFamily());
  }

  public static long getCPtr(SystemInfo paramSystemInfo)
  {
    if (paramSystemInfo == null)
      return 0L;
    return paramSystemInfo.swigCPtr;
  }

  public static String getDeviceModel()
  {
    return MetaioSDKJNI.SystemInfo_getDeviceModel();
  }

  public static E_DEVICE_TYPE getDeviceType()
  {
    return E_DEVICE_TYPE.swigToEnum(MetaioSDKJNI.SystemInfo_getDeviceType());
  }

  public static float getDisplayDensity()
  {
    return MetaioSDKJNI.SystemInfo_getDisplayDensity();
  }

  public static String getProxySettingsHTTP()
  {
    return MetaioSDKJNI.SystemInfo_getProxySettingsHTTP();
  }

  public static boolean isNEONSupported()
  {
    return MetaioSDKJNI.SystemInfo_isNEONSupported();
  }

  public static boolean isWearableDevice()
  {
    return MetaioSDKJNI.SystemInfo_isWearableDevice();
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_SystemInfo(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.SystemInfo
 * JD-Core Version:    0.6.2
 */