Example usage for android.content ServiceConnection interface-usage

List of usage examples for android.content ServiceConnection interface-usage

Introduction

In this page you can find the example usage for android.content ServiceConnection interface-usage.

Usage

From source file at.alladin.rmbt.android.loopmode.LoopModeTestFragment.java

public class LoopModeTestFragment extends Fragment implements ServiceConnection, RMBTLoopServiceConnection {

    public final static String TAG = "LoopModeStartFragment";

    public static final class LoopModeViewHolder {
        private class StringsHolder {

From source file com.andrew.apollo.ui.activities.SearchActivity.java

/**
 * Provides the search interface for Apollo.
 * 
 * @author Andrew Neal (andrewdneal@gmail.com)
 */
public class SearchActivity extends SherlockFragmentActivity implements LoaderCallbacks<Cursor>, OnScrollListener,

From source file com.android.music.AlbumBrowserActivity.java

public class AlbumBrowserActivity extends ListActivity
        implements View.OnCreateContextMenuListener, MusicUtils.Defs, ServiceConnection {
    private String mCurrentAlbumId;
    private String mCurrentAlbumName;
    private String mCurrentArtistNameForAlbum;
    boolean mIsUnknownArtist;

From source file com.mbientlab.metawear.app.ModuleActivity.java

/**
 * @author etsai
 *
 */
public class ModuleActivity extends FragmentActivity implements ScannerFragment.OnDeviceSelectedListener,
        ModuleFragment.MetaWearManager, ServiceConnection, AccelerometerFragment.Configuration {

From source file com.digipom.manteresting.android.fragment.NailFragment.java

public class NailFragment extends SherlockListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, ServiceConnection {

    private static final int MAX_COUNT = 500;
    private static final int DEFAULT_LIMIT = 50;
    private static final String TAG = "NailFragment";

From source file com.github.chenxiaolong.dualbootpatcher.settings.RomSettingsFragment.java

public class RomSettingsFragment extends PreferenceFragment
        implements OnPreferenceChangeListener, ServiceConnection, OnPreferenceClickListener {
    public static final String TAG = RomSettingsFragment.class.getSimpleName();

    private static final String PROGRESS_DIALOG_BOOT_UI = "boot_ui_progres_dialog";
    private static final String CONFIRM_DIALOG_BOOT_UI = "boot_ui_confirm_dialog";

From source file examples.baku.io.permissions.examples.ComposeActivity.java

public class ComposeActivity extends AppCompatActivity implements ServiceConnection {

    public final static String EXTRA_MESSAGE_ID = "messageId";
    public final static String EXTRA_MESSAGE_PATH = "messagePath";
    private final static int SELECT_ATTACHMENT = 1232;

From source file com.ksharkapps.musicnow.ui.activities.BaseActivity.java

/**
 * A base {@link FragmentActivity} used to update the bottom bar and bind to
 * Apollo's service.
 * <p>
 * {@link HomeActivity} extends from this skeleton.
 * 

From source file com.mbientlab.metawear.starter.DeviceSetupActivityFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class DeviceSetupActivityFragment extends Fragment implements ServiceConnection {
    //toopazo @ 06-12-2016
    private static final String LOG_TAG = CommonUtils.BASE_TAG + CommonUtils.SEPARATOR

From source file org.restcomm.android.olympus.CallActivity.java

public class CallActivity extends AppCompatActivity implements RCConnectionListener, View.OnClickListener,
        KeypadFragment.OnFragmentInteractionListener, ServiceConnection {
    private RCConnection connection, pendingConnection;
    SharedPreferences prefs;
    private static final String TAG = "CallActivity";
    private HashMap<String, Object> connectParams; // = new HashMap<String, Object>();