Searched refs:getDevicePrefs (Results 1 – 8 of 8) sorted by relevance
20 import static com.android.launcher3.Utilities.getDevicePrefs;73 String colors = getDevicePrefs(mContext).getString(KEY_COLORS, ""); in WallpaperManagerCompatVL()133 getDevicePrefs(mContext).edit().putString(KEY_COLORS, result).apply(); in handleResult()
19 import static com.android.launcher3.Utilities.getDevicePrefs;328 String savedIconMaskPath = getDevicePrefs(context).getString(KEY_ICON_PATH_REF, ""); in verifyConfigChangedInBackground()331 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()334 getDevicePrefs(context).edit().putString(KEY_ICON_PATH_REF, getIconShapePath(context)) in verifyConfigChangedInBackground()
470 public static SharedPreferences getDevicePrefs(Context context) { in getDevicePrefs() method in Utilities
118 mGettingValidPredictionResults = Utilities.getDevicePrefs(context) in PredictionUiStateManager()204 Utilities.getDevicePrefs(mContext).edit() in updatePredictionStateAfterCallback()
19 import static com.android.launcher3.Utilities.getDevicePrefs;315 SharedPreferences devicePrefs = getDevicePrefs(context); in performImportIfPossible()
33 mSharedPrefs = Utilities.getDevicePrefs(context); in PluginEnablerImpl()
484 mBackGestureNotificationCounter = Math.max(0, Utilities.getDevicePrefs(this) in initWhenUserUnlocked()894 Utilities.getDevicePrefs(this).edit() in tryNotifyBackGesture()
76 SharedPreferences sharedPrefs = Utilities.getDevicePrefs(context); in newInstance()