// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.fragments; import com.olio.data.object.unit.ui.TimeZones; import com.olio.olios.model.loaders.OnUpdate; import com.olio.util.ALog; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class this._cls0 implements OnUpdate { final ConfigWatchFragment this$0; public void onUpdate(TimeZones timezones) { ALog.d("loader.onUpdate timezone", new Object[0]); ConfigWatchFragment.access$2000(ConfigWatchFragment.this, timezones); } public volatile void onUpdate(Object obj) { onUpdate((TimeZones)obj); } A() { this$0 = ConfigWatchFragment.this; super(); } }