samsung: hardware: Rebrand from cmhw to lineagehw

Change-Id: I9576ca2d6bf5dfb9d0259e314f20aa0fe7f775b5
This commit is contained in:
Arne Coucheron 2017-10-13 03:12:11 +02:00
parent e6e0e77d1c
commit 53ac6a135f
6 changed files with 13 additions and 13 deletions

View file

@ -14,9 +14,9 @@
* limitations under the License. * 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, * Adaptive backlight support (this refers to technologies like NVIDIA SmartDimmer,

View file

@ -15,10 +15,10 @@
* limitations under the License. * limitations under the License.
*/ */
package org.cyanogenmod.hardware; package org.lineageos.hardware;
import cyanogenmod.hardware.DisplayMode; import lineageos.hardware.DisplayMode;
import org.cyanogenmod.internal.util.FileUtils; import org.lineageos.internal.util.FileUtils;
import java.util.Arrays; import java.util.Arrays;

View file

@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package org.cyanogenmod.hardware; package org.lineageos.hardware;
import android.util.Log; import android.util.Log;
import org.cyanogenmod.internal.util.FileUtils; import org.lineageos.internal.util.FileUtils;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.FileReader; import java.io.FileReader;

View file

@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package org.cyanogenmod.hardware; package org.lineageos.hardware;
import android.os.SystemProperties; import android.os.SystemProperties;
import org.cyanogenmod.internal.util.FileUtils; import org.lineageos.internal.util.FileUtils;
/** /**
* Sunlight Readability Enhancement support, aka Facemelt Mode. * Sunlight Readability Enhancement support, aka Facemelt Mode.

View file

@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
package org.cyanogenmod.hardware; package org.lineageos.hardware;
import android.util.Log; import android.util.Log;
import org.cyanogenmod.internal.util.FileUtils; import org.lineageos.internal.util.FileUtils;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.FileReader; import java.io.FileReader;

View file

@ -14,9 +14,9 @@
* limitations under the License. * 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 { public class VibratorHW {