Searched refs:deviceGridState (Results 1 – 2 of 2) sorted by relevance
128 DeviceGridState deviceGridState = new DeviceGridState(context); in restoreIfNeeded() local129 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() local435 FileLog.d(TAG, "restore initiated from backup: DeviceGridState=" + deviceGridState); in setPending()436 LauncherPrefs.get(context).putSync(RESTORE_DEVICE.to(deviceGridState.getDeviceType())); in setPending()
326 DeviceGridState deviceGridState = new DeviceGridState(mPrefs); in initGrid() local328 filterByColumnCount(allOptions, deviceGridState.getColumns()); in initGrid()