samsung: hardware: Rebrand from cmhw to lineagehw

Change-Id: I9576ca2d6bf5dfb9d0259e314f20aa0fe7f775b5
tirimbino
Arne Coucheron 7 years ago
parent e6e0e77d1c
commit 53ac6a135f
  1. 4
      lineagehw/org/lineageos/hardware/AdaptiveBacklight.java
  2. 6
      lineagehw/org/lineageos/hardware/DisplayModeControl.java
  3. 4
      lineagehw/org/lineageos/hardware/HighTouchSensitivity.java
  4. 4
      lineagehw/org/lineageos/hardware/SunlightEnhancement.java
  5. 4
      lineagehw/org/lineageos/hardware/TouchscreenHovering.java
  6. 4
      lineagehw/org/lineageos/hardware/VibratorHW.java

@ -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,

@ -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;

@ -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;

@ -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.

@ -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;

@ -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 {
Loading…
Cancel
Save