Home
last modified time | relevance | path

Searched refs:deviceGridState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java128 DeviceGridState deviceGridState = new DeviceGridState(context); in restoreIfNeeded() local
129 FileLog.d(TAG, "restoreIfNeeded: deviceGridState from context: " + deviceGridState); in restoreIfNeeded()
130 String oldPhoneFileName = deviceGridState.getDbFile(); in restoreIfNeeded()
434 DeviceGridState deviceGridState = new DeviceGridState(context); in setPending() local
435 FileLog.d(TAG, "restore initiated from backup: DeviceGridState=" + deviceGridState); in setPending()
436 LauncherPrefs.get(context).putSync(RESTORE_DEVICE.to(deviceGridState.getDeviceType())); in setPending()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java326 DeviceGridState deviceGridState = new DeviceGridState(mPrefs); in initGrid() local
328 filterByColumnCount(allOptions, deviceGridState.getColumns()); in initGrid()