// 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.DeviceStatus; import com.olio.olios.model.loaders.OnUpdate; // Referenced classes of package com.oliodevices.assist.app.fragments: // AboutFragment class this._cls0 implements OnUpdate { final AboutFragment this$0; public void onUpdate(DeviceStatus devicestatus) { if (devicestatus == null) { return; } AboutFragment aboutfragment = AboutFragment.this; boolean flag; if (AboutFragment.access$600(AboutFragment.this) && devicestatus.isCharging()) { flag = true; } else { flag = false; } aboutfragment.setCharging(flag); setBatteryLevel(devicestatus.getBatteryLevel()); } public volatile void onUpdate(Object obj) { onUpdate((DeviceStatus)obj); } () { this$0 = AboutFragment.this; super(); } }