Loading packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java +6 −4 Original line number Diff line number Diff line Loading @@ -59,14 +59,16 @@ public interface SensorManagerPlugin extends Plugin { public static final int TYPE_WAKE_DISPLAY = 2; public static final int TYPE_SWIPE = 3; int mType; private int mType; public Sensor(int type) { mType = type; } public int getType() { return mType; } public Sensor(int type) { mType = type; public String toString() { return "{PluginSensor type=\"" + mType + "\"}"; } } Loading packages/SystemUI/src/com/android/systemui/doze/DozeSensors.java +2 −2 File changed.Contains only whitespace changes. Show changes Loading
packages/SystemUI/plugin/src/com/android/systemui/plugins/SensorManagerPlugin.java +6 −4 Original line number Diff line number Diff line Loading @@ -59,14 +59,16 @@ public interface SensorManagerPlugin extends Plugin { public static final int TYPE_WAKE_DISPLAY = 2; public static final int TYPE_SWIPE = 3; int mType; private int mType; public Sensor(int type) { mType = type; } public int getType() { return mType; } public Sensor(int type) { mType = type; public String toString() { return "{PluginSensor type=\"" + mType + "\"}"; } } Loading
packages/SystemUI/src/com/android/systemui/doze/DozeSensors.java +2 −2 File changed.Contains only whitespace changes. Show changes