package com.worklight.location.internal.wifi.triggerEvaluators;

import com.worklight.location.api.wifi.triggers.WLWifiVisibleAccessPointsChangeTrigger;

public class WifiVisibleNetworksChangedTriggerEvaluator extends WifiTriggerEvaluator
{
  WifiInternalLocation previousPosition = null;

  public WifiVisibleNetworksChangedTriggerEvaluator(WLWifiVisibleAccessPointsChangeTrigger paramWLWifiVisibleAccessPointsChangeTrigger)
  {
    super(paramWLWifiVisibleAccessPointsChangeTrigger);
  }

  public boolean evaluate(WifiInternalLocation paramWifiInternalLocation)
  {
    boolean bool1 = true;
    try
    {
      WifiInternalLocation localWifiInternalLocation = this.previousPosition;
      if (localWifiInternalLocation == null)
      {
        if (paramWifiInternalLocation != null);
        while (true)
        {
          return bool1;
          bool1 = false;
        }
      }
      boolean bool2 = this.previousPosition.equals(paramWifiInternalLocation);
      if (!bool2);
      while (true)
      {
        return bool1;
        bool1 = false;
      }
    }
    finally
    {
      this.previousPosition = paramWifiInternalLocation;
    }
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.worklight.location.internal.wifi.triggerEvaluators.WifiVisibleNetworksChangedTriggerEvaluator
 * JD-Core Version:    0.6.2
 */