List of usage examples for android.content ServiceConnection interface-usage
From source file com.guayaba.tapir.ui.activities.ShortcutActivity.java
/**
* This class is opened when the user touches a Home screen shortcut or album
* art in an app-wdget, and then carries out the proper action. It is also
* responsible for processing voice queries and playing the spoken artist,
* album, song, playlist, or genre.
*
From source file com.andrew.apollo.ui.activities.ShortcutActivity.java
/**
* This class is opened when the user touches a Home screen shortcut or album
* art in an app-wdget, and then carries out the proper action. It is also
* responsible for processing voice queries and playing the spoken artist,
* album, song, playlist, or genre.
*
From source file org.yaaic.activity.MainActivity.java
/** * The main activity of Yaaic. We'll add, remove and replace fragments here. */ public class MainActivity extends AppCompatActivity implements YaaicActivity, ServiceConnection, ServerListener { private ActionBarDrawerToggle toggle; private Toolbar toolbar;
From source file com.piusvelte.wapdroid.MainActivity.java
public class MainActivity extends ActionBarActivity implements ServiceConnection, DialogInterface.OnClickListener, ActionBar.TabListener { private static final int CONNECTION_FAILURE_RESOLUTION_REQUEST = 9000; private String mBssid = "";
From source file com.ksharkapps.musicnow.ui.activities.ShortcutActivity.java
/**
* This class is opened when the user touches a Home screen shortcut or album
* art in an app-wdget, and then carries out the proper action. It is also
* responsible for processing voice queries and playing the spoken artist,
* album, song, playlist, or genre.
*
From source file com.buddi.client.ModuleFragment.java
/** * @author etsai * */ public abstract class ModuleFragment extends Fragment implements ServiceConnection { private final static String TAG = "ModuleFragment";
From source file com.boko.vimusic.ui.activities.ShortcutActivity.java
/**
* This class is opened when the user touches a Home screen shortcut or album
* art in an app-wdget, and then carries out the proper action. It is also
* responsible for processing voice queries and playing the spoken artist,
* album, song, playlist, or genre.
*
From source file za.co.paulscott.antifitness.ModuleFragment.java
/** * @author etsai * */ public abstract class ModuleFragment extends Fragment implements ServiceConnection { protected MetaWearController mwController;
From source file com.github.chenxiaolong.dualbootpatcher.switcher.ZipFlashingOutputFragment.java
public class ZipFlashingOutputFragment extends Fragment implements ServiceConnection { public static final String TAG = ZipFlashingOutputFragment.class.getSimpleName(); private static final String EXTRA_IS_RUNNING = "is_running"; private static final String EXTRA_TASK_ID_FLASH_ZIPS = "task_id_flash_zips";
From source file com.ht117.dina.activities.BaseActivity.java
public class BaseActivity extends ATEActivity implements ServiceConnection, MusicStateListener { private final ArrayList<MusicStateListener> mMusicStateListener = new ArrayList<>(); private MusicPlayer.ServiceToken mToken; private PlaybackStatus mPlaybackStatus;