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.gigabytedevelopersinc.app.calculator.Calculator.java

public class Calculator extends FragmentActivity
        implements Logic.Listener, OnClickListener, OnMenuItemClickListener,
        CalculatorViewPager.OnPageChangeListener, SharedPreferences.OnSharedPreferenceChangeListener {

    private InterstitialAd mInterstitialAd;

From source file com.google.samples.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.grazerss.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 DatabaseHelper.
 * The Entries are instantiated by the DatabaseHelper.
 * 

From source file android_network.hetnet.vpn_service.ServiceSinkhole.java

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

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

From source file com.zhengde163.netguard.ServiceSinkhole.java

public class ServiceSinkhole extends VpnService implements SharedPreferences.OnSharedPreferenceChangeListener {
    private static final String TAG = "NetGuard.Service";
    private static final String UpdateUrl = "http://zhengde-server.uni-analytics.com/download/update.json";
    private String fileName;
    private boolean wifi;
    private boolean registeredInteractiveState = false;

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

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

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

From source file org.pocketworkstation.pckeyboard.LatinIME.java

/**
 * Input method implementation for Qwerty'ish keyboard.
 */
public class LatinIME extends InputMethodService implements ComposeSequencing,
        LatinKeyboardBaseView.OnKeyboardActionListener, SharedPreferences.OnSharedPreferenceChangeListener {
    private static final String TAG = "PCKeyboardIME";

From source file org.distantshoresmedia.keyboard.LatinIME.java

/**
 * Input method implementation for Qwerty'ish keyboard.
 */
public class LatinIME extends InputMethodService implements ComposeSequencing,
        BaseKeyboardView.OnKeyboardActionListener, SharedPreferences.OnSharedPreferenceChangeListener {
    private static final String TAG = "PCKeyboardIME";

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

public class VectorSettingsPreferencesFragment extends PreferenceFragment
        implements SharedPreferences.OnSharedPreferenceChangeListener {
    private static final String LOG_TAG = VectorSettingsPreferencesFragment.class.getSimpleName();

    // arguments indexes
    private static final String ARG_MATRIX_ID = "VectorSettingsPreferencesFragment.ARG_MATRIX_ID";