// 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.WatchName; import com.olio.olios.model.loaders.OnUpdate; import com.oliodevices.assist.app.views.WatchStatusView; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class this._cls0 implements OnUpdate { final ConfigWatchFragment this$0; public void onUpdate(WatchName watchname) { ConfigWatchFragment.access$1802(ConfigWatchFragment.this, watchname); if (!isResumed() || watchname == null) { return; } else { mWatchStatus.setWatchName(watchname.getName()); setActivityTitle(getActivity()); return; } } public volatile void onUpdate(Object obj) { onUpdate((WatchName)obj); } A() { this$0 = ConfigWatchFragment.this; super(); } }