List of usage examples for android.content ServiceConnection interface-usage
From source file pct.droid.tv.activities.base.PTVTorrentBaseActivity.java
public abstract class PTVTorrentBaseActivity extends FragmentActivity implements TorrentListener, TorrentActivity, ServiceConnection { protected Handler mHandler; protected TorrentService mService;
From source file eu.faircode.netguard.IAB.java
public class IAB implements ServiceConnection { private static final String TAG = "NetGuard.IAB"; private Context context; private Delegate delegate; private IInAppBillingService service = null;
From source file com.commonsware.android.advservice.remotebinding.sigcheck.DownloadFragment.java
public class DownloadFragment extends Fragment implements OnClickListener, ServiceConnection { private static final String TO_DOWNLOAD = "https://commonsware.com/Android/excerpt.pdf"; private IDownload binding = null; private Button btn = null; private Application appContext = null;
From source file wseemann.media.fmpdemo.MiniControllerFragment.java
public class MiniControllerFragment extends Fragment implements ServiceConnection { private View mNowPlayingView; private TextView mTitle; private TextView mArtist; private ImageView mPauseButton;
From source file com.commonsware.android.advservice.callbackbinding.client.DownloadFragment.java
public class DownloadFragment extends Fragment implements OnClickListener, ServiceConnection { private static final String TO_DOWNLOAD = "https://commonsware.com/Android/excerpt.pdf"; private IDownload binding = null; private Button btn = null; private Application appContext = null;
From source file net.zionsoft.obadiah.model.InAppBillingHelper.java
public class InAppBillingHelper implements ServiceConnection { public static interface OnInitializationFinishedListener { public void onInitializationFinished(boolean isSuccessful); } public static interface OnAdsRemovalStateLoadedListener {
From source file org.aankor.animenforadio.RadioPlayer.java
public class RadioPlayer extends Fragment implements ServiceConnection, AnfoService.OnSongPosChangedListener, AnfoService.OnSongChangeListener, AnfoService.OnPlayerStateChangedListener { private AnfoService.PlayerState currentState; private ImageView albumMiniArtView; private TextView songNameView; private ProgressBar progressView;
From source file org.libreoffice.impressremote.fragment.slides.SlidesPagerFragment.java
public class SlidesPagerFragment extends AbstractSlideFragment implements ServiceConnection, ViewPager.OnPageChangeListener, View.OnTouchListener { private CommunicationService mCommunicationService; private GestureDetectorCompat mDetector; public static SlidesPagerFragment newInstance() {
From source file wseemann.media.fmpdemo.activity.FMPDemo.java
public class FMPDemo extends FragmentActivity implements ServiceConnection { private static final int MY_PERMISSIONS_REQUEST_READ_MEDIA = 2016; private IMediaPlaybackService mService = null; private ServiceToken mToken;
From source file com.mishiranu.dashchan.content.service.AudioPlayerActivity.java
public class AudioPlayerActivity extends StateActivity implements Runnable, SeekBar.OnSeekBarChangeListener, DialogInterface.OnCancelListener, DialogInterface.OnClickListener, View.OnClickListener, ServiceConnection { private Context context; private TextView textView; private SeekBar seekBar; private ImageButton button;