Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java19 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()
H A DUtilities.java606 public static SharedPreferences getDevicePrefs(Context context) { in getDevicePrefs() method in Utilities
H A DLauncher.java1521 public SharedPreferences getDevicePrefs() { in getDevicePrefs() method in Launcher
1522 return Utilities.getDevicePrefs(this); in getDevicePrefs()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
H A DSettingsChangeLogger.java19 import static com.android.launcher3.Utilities.getDevicePrefs;
90 getDevicePrefs(context).registerOnSharedPreferenceChangeListener(this); in SettingsChangeLogger()
156 mHomeScreenSuggestionEvent = getDevicePrefs(mContext) in onSharedPreferenceChanged()
/aosp12/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/shared/
H A DLauncherExterns.java37 SharedPreferences getDevicePrefs(); in getDevicePrefs() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/plugins/
H A DPluginEnablerImpl.java33 mSharedPrefs = Utilities.getDevicePrefs(context); in PluginEnablerImpl()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DPredictionUpdateTask.java60 Utilities.getDevicePrefs(context).edit() in execute()
H A DQuickstepModelDelegate.java26 import static com.android.launcher3.Utilities.getDevicePrefs;
149 SharedPreferences prefs = getDevicePrefs(mApp.getContext()); in modelLoadComplete()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java438 mBackGestureNotificationCounter = Math.max(0, Utilities.getDevicePrefs(this) in onUserUnlocked()