// 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 android.widget.RadioGroup; import com.olio.data.object.unit.ui.WatchUi; 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(WatchUi watchui) { while (!isResumed() || watchui == null) { return; } ALog.d("loader.onUpdate WatchUI (%s)", new Object[] { watchui.toString() }); if (ConfigWatchFragment.access$200(ConfigWatchFragment.this) == null) { ConfigWatchFragment.access$202(ConfigWatchFragment.this, watchui); } else { ConfigWatchFragment.access$302(ConfigWatchFragment.this, watchui); } switch (.SwitchMap.com.olio.data.object.unit.ui.WatchUi.WatchFaceMode[watchui.getWatchFaceMode().rdinal()]) { default: ALog.d("Unknown time mode: %d", new Object[] { watchui.getWatchFaceMode() }); return; case 1: // '\001' mTimeModeSelector.check(0x7f0d0111); return; case 2: // '\002' mTimeModeSelector.check(0x7f0d0112); break; } } public volatile void onUpdate(Object obj) { onUpdate((WatchUi)obj); } A() { this$0 = ConfigWatchFragment.this; super(); } }