Skip to content

Commit

Permalink
samsung: hardware: Rebrand from cmhw to lineagehw
Browse files Browse the repository at this point in the history
Change-Id: I9576ca2d6bf5dfb9d0259e314f20aa0fe7f775b5
  • Loading branch information
arco committed Oct 13, 2017
1 parent e6e0e77 commit 53ac6a1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

package org.cyanogenmod.hardware;
package org.lineageos.hardware;

import org.cyanogenmod.internal.util.FileUtils;
import org.lineageos.internal.util.FileUtils;

/**
* Adaptive backlight support (this refers to technologies like NVIDIA SmartDimmer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
* limitations under the License.
*/

package org.cyanogenmod.hardware;
package org.lineageos.hardware;

import cyanogenmod.hardware.DisplayMode;
import org.cyanogenmod.internal.util.FileUtils;
import lineageos.hardware.DisplayMode;
import org.lineageos.internal.util.FileUtils;

import java.util.Arrays;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
* limitations under the License.
*/

package org.cyanogenmod.hardware;
package org.lineageos.hardware;

import android.util.Log;

import org.cyanogenmod.internal.util.FileUtils;
import org.lineageos.internal.util.FileUtils;

import java.io.BufferedReader;
import java.io.FileReader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
* limitations under the License.
*/

package org.cyanogenmod.hardware;
package org.lineageos.hardware;

import android.os.SystemProperties;

import org.cyanogenmod.internal.util.FileUtils;
import org.lineageos.internal.util.FileUtils;

/**
* Sunlight Readability Enhancement support, aka Facemelt Mode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
* limitations under the License.
*/

package org.cyanogenmod.hardware;
package org.lineageos.hardware;

import android.util.Log;

import org.cyanogenmod.internal.util.FileUtils;
import org.lineageos.internal.util.FileUtils;

import java.io.BufferedReader;
import java.io.FileReader;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

package org.cyanogenmod.hardware;
package org.lineageos.hardware;

import org.cyanogenmod.internal.util.FileUtils;
import org.lineageos.internal.util.FileUtils;

public class VibratorHW {

Expand Down

0 comments on commit 53ac6a1

Please sign in to comment.