Searched refs:mSharedPref (Results 1 – 2 of 2) sorted by relevance
112 SharedPreferences mSharedPref; field in AnalogComplicationConfigRecyclerViewAdapter149 mSharedPref = in AnalogComplicationConfigRecyclerViewAdapter()409 mSharedPref.getInt(backgroundSharedPrefString, Color.BLACK); in updateWatchFaceColors()429 int currentHighlightColor = mSharedPref.getInt(highlightSharedPrefString, Color.RED); in updateWatchFaceColors()510 mSharedPref.getInt(backgroundSharedPrefString, Color.BLACK); in updateComplicationViews()551 int currentHighlightColor = mSharedPref.getInt(highlightSharedPrefString, Color.RED); in initializesColorsAndComplications()703 Boolean currentState = mSharedPref.getBoolean(sharedPreferenceString, true); in setSharedPrefId()732 Boolean newState = !mSharedPref.getBoolean(sharedPreferenceString, true); in onClick()734 SharedPreferences.Editor editor = mSharedPref.edit(); in onClick()
180 SharedPreferences mSharedPref; field in AnalogComplicationWatchFaceService.Engine219 mSharedPref = in onCreate()243 mBackgroundColor = mSharedPref.getInt(backgroundColorResourceName, Color.BLACK); in loadSavedPreferences()249 mWatchHandHighlightColor = mSharedPref.getInt(markerColorResourceName, Color.RED); in loadSavedPreferences()263 mSharedPref.getBoolean(unreadNotificationPreferenceResourceName, true); in loadSavedPreferences()