List of usage examples for android.content SharedPreferences.OnSharedPreferenceChangeListener interface-usage
From source file com.fa.mastodon.fragment.TimelineFragment.java
public class TimelineFragment extends SFragment implements SwipeRefreshLayout.OnRefreshListener, StatusActionListener, StatusRemoveListener, SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = "Timeline"; // logging tag public enum Kind { HOME, PUBLIC_LOCAL, PUBLIC_FEDERATED, TAG, USER, FAVOURITES
From source file com.hmsoft.weargoproremote.services.WearMessageHandlerService.java
public class WearMessageHandlerService extends Service implements SharedPreferences.OnSharedPreferenceChangeListener, Handler.Callback { private static final String TAG = "WearMessageHandlerService"; private static final int MESSAGE_INTENT = 1;
From source file com.glanznig.beepme.BeeperApp.java
public class BeeperApp extends Application implements SharedPreferences.OnSharedPreferenceChangeListener { private PreferenceHandler preferences = null; private TimerProfile timerProfile; private BeeperApp.CallStateListener callStateListener;
From source file com.jecelyin.android.file_explorer.FileListPagerFragment.java
/** * @author Jecelyin Peng <jecelyin@gmail.com> */ public class FileListPagerFragment extends JecFragment implements SwipeRefreshLayout.OnRefreshListener, OnItemClickListener, FileExplorerView, ExplorerContext, SharedPreferences.OnSharedPreferenceChangeListener { private FileListItemAdapter adapter;
From source file nl.mpcjanssen.simpletask.TodoApplication.java
public class TodoApplication extends Application implements SharedPreferences.OnSharedPreferenceChangeListener { private final static String TAG = TodoApplication.class.getSimpleName(); private static Context m_appContext; private static SharedPreferences m_prefs; private LocalBroadcastManager localBroadcastManager; private ArrayList<File> todoTrail = new ArrayList<File>();
From source file im.neon.contacts.ContactsManager.java
/** * Manage the local contacts */ public class ContactsManager implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String LOG_TAG = "ContactsManager";
From source file org.restcomm.android.olympus.SettingsActivity.java
public class SettingsActivity extends AppCompatActivity implements SharedPreferences.OnSharedPreferenceChangeListener, ServiceConnection, RCDeviceListener { private SettingsFragment settingsFragment; SharedPreferences prefs; HashMap<String, Object> params; RCDevice device;
From source file de.petermoesenthin.alarming.fragments.SetAlarmFragment.java
public class SetAlarmFragment extends Fragment implements SharedPreferences.OnSharedPreferenceChangeListener { public static final String DEBUG_TAG = SetAlarmFragment.class.getSimpleName(); private Context mContext; private RecyclerView mAlarmListView;
From source file com.physphil.android.unitconverterultimate.fragments.ConversionFragment.java
/** * Base fragment to display units to convert * Created by Phizz on 15-07-28. */ public final class ConversionFragment extends Fragment implements ConversionPresenter.ConversionView, SharedPreferences.OnSharedPreferenceChangeListener, RadioGroup.OnCheckedChangeListener {
From source file org.lol.reddit.activities.PostListingActivity.java
public class PostListingActivity extends RefreshableActivity implements RedditAccountChangeListener, RedditPostView.PostSelectionListener, SharedPreferences.OnSharedPreferenceChangeListener, OptionsMenuUtility.OptionsMenuPostsListener, SessionChangeListener, RedditSubredditSubscriptionManager.SubredditSubscriptionStateChangeListener { private PostListingFragment fragment;