Example usage for android.content SharedPreferences.OnSharedPreferenceChangeListener interface-usage

List of usage examples for android.content SharedPreferences.OnSharedPreferenceChangeListener interface-usage

Introduction

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

Usage

From source file com.google.samples.apps.sergio.ui.BaseActivity.java

/**
 * A base activity that handles common functionality in the app. This includes the
 * navigation drawer, login and authentication, Action Bar tweaks, amongst others.
 */
public abstract class BaseActivity extends ActionBarActivity implements LoginAndAuthHelper.Callbacks,
        SharedPreferences.OnSharedPreferenceChangeListener, MultiSwipeRefreshLayout.CanChildScrollUpCallback {

From source file mp.teardrop.PlaybackService.java

/**
 * Handles music playback and pretty much all the other work.
 */
public final class PlaybackService extends Service
        implements Handler.Callback, MediaPlayer.OnCompletionListener, MediaPlayer.OnErrorListener,
        MediaPlayer.OnPreparedListener, SharedPreferences.OnSharedPreferenceChangeListener, SongTimeline.Callback,

From source file eu.faircode.adblocker.ServiceSinkhole.java

public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener {
    private static final String TAG = "NetGuard.Service";

    private State state = State.none;
    private boolean user_foreground = true;
    private boolean last_connected = false;

From source file im.vector.fragments.VectorRoomSettingsFragment.java

    public class VectorRoomSettingsFragment extends PreferenceFragment
            implements SharedPreferences.OnSharedPreferenceChangeListener {
        // internal constants values
        private static final String LOG_TAG = VectorRoomSettingsFragment.class.getSimpleName();
        private static final boolean UPDATE_UI = true;
        private static final boolean DO_NOT_UPDATE_UI = false;

From source file com.meetingcpp.sched.ui.BaseActivity.java

/**
 * A base activity that handles common functionality in the app. This includes the
 * navigation drawer, login and authentication, Action Bar tweaks, amongst others.
 */
public abstract class BaseActivity extends AppCompatActivity implements LoginAndAuthHelper.Callbacks,
        SharedPreferences.OnSharedPreferenceChangeListener, MultiSwipeRefreshLayout.CanChildScrollUpCallback {

From source file com.newsrob.EntryManager.java

/**
 * Entry Manager is the public interface to entries. The views go through the
 * Entry Manager to query for Entries.
 * 
 * It used the EntriesRetriever to retrieve entries from the GoogleReader
 * service. It stores the retrieved entries in a SQLiteDatabase using the

From source file com.razza.apps.iosched.ui.BaseActivity.java

/**
 * A base activity that handles common functionality in the app. This includes the
 * navigation drawer, login and authentication, Action Bar tweaks, amongst others.
 */
public abstract class BaseActivity extends AppCompatActivity implements LoginAndAuthHelper.Callbacks,
        SharedPreferences.OnSharedPreferenceChangeListener, MultiSwipeRefreshLayout.CanChildScrollUpCallback {

From source file com.jjcamera.apps.iosched.ui.BaseActivity.java

/**
 * A base activity that handles common functionality in the app. This includes the
 * navigation drawer, login and authentication, Action Bar tweaks, amongst others.
 */
public abstract class BaseActivity extends AppCompatActivity implements LoginAndAuthHelper.Callbacks,
        SharedPreferences.OnSharedPreferenceChangeListener, MultiSwipeRefreshLayout.CanChildScrollUpCallback {

From source file com.seatgeek.placesautocompletedemo.MainFragment.java

public class MainFragment extends Fragment
        implements GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener,
        LocationListener, HeaderAdapter.ItemClickListener, GoogleMap.OnMarkerClickListener, OnMapReadyCallback,
        SharedPreferences.OnSharedPreferenceChangeListener, MessagesAdapter.MessageAdapterListener {

    private static final String ARG_LOCATION = "arg.location";

From source file com.master.metehan.filtereagle.ServiceSinkhole.java

public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener {
    private static final String TAG = "FilterEagle.Service";

    private boolean registeredInteractiveState = false;
    private boolean registeredPowerSave = false;
    private boolean registeredUser = false;