List of usage examples for android.content ServiceConnection interface-usage
From source file wseemann.media.fmpdemo.fragment.MiniControllerFragment.java
public class MiniControllerFragment extends Fragment implements ServiceConnection { private View mNowPlayingView; private TextView mTitle; private TextView mArtist; private ImageView mPauseButton;
From source file de.fahrgemeinschaft.BaseActivity.java
public class BaseActivity extends SherlockFragmentActivity implements ListFragmentCallback, OnPageChangeListener, ServiceCallback<String>, ServiceConnection, OnBackStackChangedListener { public static final String TAG = "Fahrgemeinschaft"; public static final int MYRIDES = 1; public static final int DETAILS = 2;
From source file com.twp.music.LocalMusicActivity.java
/**
* Created by pengqinping on 15/3/8.
*
* @email Royal.k.peng@gmail.com
* @description
*/
From source file org.libreoffice.impressremote.fragment.ComputerConnectionFragment.java
public class ComputerConnectionFragment extends Fragment implements ServiceConnection { public enum Result { CONNECTED, NOT_CONNECTED } private Result mResult = Result.NOT_CONNECTED;
From source file com.inovex.zabbixmobile.activities.ServersActivity.java
public class ServersActivity extends AppCompatActivity implements OnServerSelectedListener, ServiceConnection { private static final String TAG = "ServersActivity"; private Toolbar mToolbar; private ServersListFragment mListFragment; private FragmentManager mFragmentManager;
From source file com.nokia.example.pepperfarm.iap.Payment.java
public class Payment implements ServiceConnection { public static final int API_VERSION = 3; public Activity activity; public INokiaIAPService npay; public boolean npayAvailable = false;
From source file com.inovex.zabbixmobile.activities.GraphFullscreenActivity.java
/** * Activity showing a graph in fullscreen landscape mode. */ public class GraphFullscreenActivity extends AppCompatActivity implements ServiceConnection { private LinearLayout mLayout; private long mItemId;
From source file com.drinviewer.droiddrinviewer.ServerListFragment.java
/**
* Main ServerList view class, displays the found host
* list and manages user interactions
*
* @author giorgio
*
From source file the.joeapollo.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.spollo.player.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.
*