package com.google.android.gms.internal;

import android.os.SystemClock;

public final class lf
  implements ld
{
  private static lf Of;

  public static ld jdMethod_if()
  {
    try
    {
      if (Of == null)
        Of = new lf();
      lf locallf = Of;
      return locallf;
    }
    finally
    {
    }
  }

  public long currentTimeMillis()
  {
    return System.currentTimeMillis();
  }

  public long elapsedRealtime()
  {
    return SystemClock.elapsedRealtime();
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.android.gms.internal.lf
 * JD-Core Version:    0.6.2
 */