Home
last modified time | relevance | path

Searched refs:getDevicePrefs (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
DWallpaperManagerCompatVL.java20 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()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java19 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()
DUtilities.java470 public static SharedPreferences getDevicePrefs(Context context) { in getDevicePrefs() method in Utilities
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java118 mGettingValidPredictionResults = Utilities.getDevicePrefs(context) in PredictionUiStateManager()
204 Utilities.getDevicePrefs(mContext).edit() in updatePredictionStateAfterCallback()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java19 import static com.android.launcher3.Utilities.getDevicePrefs;
315 SharedPreferences devicePrefs = getDevicePrefs(context); in performImportIfPossible()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/plugins/
DPluginEnablerImpl.java33 mSharedPrefs = Utilities.getDevicePrefs(context); in PluginEnablerImpl()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java484 mBackGestureNotificationCounter = Math.max(0, Utilities.getDevicePrefs(this) in initWhenUserUnlocked()
894 Utilities.getDevicePrefs(this).edit() in tryNotifyBackGesture()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java76 SharedPreferences sharedPrefs = Utilities.getDevicePrefs(context); in newInstance()