// 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.bluetooth.BluetoothDevice; import com.olio.communication.messages.MessagePayload; import com.olio.data.object.unit.ui.WatchName; import com.olio.data.object.unit.ui.WatchNameBuilder; import com.olio.olios.model.loaders.DataCreator; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class this._cls0 implements DataCreator { final ConfigWatchFragment this$0; public volatile MessagePayload create() { return create(); } public WatchName create() { Object obj = ConfigWatchFragment.access$1700(ConfigWatchFragment.this).getDevice(ConfigWatchFragment.access$1500(ConfigWatchFragment.this)); WatchNameBuilder watchnamebuilder = WatchNameBuilder.aWatchName(); if (obj == null) { obj = ConfigWatchFragment.access$1500(ConfigWatchFragment.this); } else { obj = ((BluetoothDevice) (obj)).getName(); } return watchnamebuilder.setName(((String) (obj))).setUnitId(ConfigWatchFragment.access$1500(ConfigWatchFragment.this)).build(); } figWatchCallbacks() { this$0 = ConfigWatchFragment.this; super(); } }