Home
last modified time | relevance | path

Searched refs:writeToPrefs (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DDeviceGridState.java73 public void writeToPrefs(Context context) { in writeToPrefs() method in DeviceGridState
H A DGridSizeMigrationTaskV2.java202 new DeviceGridState(idp).writeToPrefs(context); in migrateGridIfNeeded()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java182 new DeviceGridState(this).writeToPrefs(context); in InvariantDeviceProfile()