Searched refs:getDevicePrefs (Results 1 – 9 of 9) sorted by relevance
19 import static com.android.launcher3.Utilities.getDevicePrefs;209 getDevicePrefs(mContext).edit().putString(KEY_ICON_STATE, iconState).apply(); in onSystemIconStateChanged()214 if (!iconState.equals(getDevicePrefs(mContext).getString(KEY_ICON_STATE, ""))) { in verifyIconChanged()
606 public static SharedPreferences getDevicePrefs(Context context) { in getDevicePrefs() method in Utilities
1521 public SharedPreferences getDevicePrefs() { in getDevicePrefs() method in Launcher1522 return Utilities.getDevicePrefs(this); in getDevicePrefs()
19 import static com.android.launcher3.Utilities.getDevicePrefs;90 getDevicePrefs(context).registerOnSharedPreferenceChangeListener(this); in SettingsChangeLogger()156 mHomeScreenSuggestionEvent = getDevicePrefs(mContext) in onSharedPreferenceChanged()
37 SharedPreferences getDevicePrefs(); in getDevicePrefs() method
33 mSharedPrefs = Utilities.getDevicePrefs(context); in PluginEnablerImpl()
60 Utilities.getDevicePrefs(context).edit() in execute()
26 import static com.android.launcher3.Utilities.getDevicePrefs;149 SharedPreferences prefs = getDevicePrefs(mApp.getContext()); in modelLoadComplete()
438 mBackGestureNotificationCounter = Math.max(0, Utilities.getDevicePrefs(this) in onUserUnlocked()