mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-10-31 23:37:35 +00:00
samsung: hardware: Rebrand from cmhw to lineagehw
Change-Id: I9576ca2d6bf5dfb9d0259e314f20aa0fe7f775b5
This commit is contained in:
parent
e6e0e77d1c
commit
53ac6a135f
6 changed files with 13 additions and 13 deletions
|
@ -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…
Reference in a new issue