am 62335430: Merge change I4499ad72 into eclair
Merge commit '62335430b05d92ad2255bf20b76b35e012b385c9' into eclair-mr2 * commit '62335430b05d92ad2255bf20b76b35e012b385c9': Fix bad merge fixes build breakage.
This commit is contained in:
@@ -283,12 +283,6 @@ public class HardwareService extends IHardwareService.Stub {
|
|||||||
setLight_native(mNativePointer, light, color, mode, onMS, offMS);
|
setLight_native(mNativePointer, light, color, mode, onMS, offMS);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setAutoBrightness_UNCHECKED(boolean on) {
|
|
||||||
if (mAutoBrightnessAvailable) {
|
|
||||||
setAutoBrightness_native(mNativePointer, on);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setAttentionLight(boolean on, int color) {
|
public void setAttentionLight(boolean on, int color) {
|
||||||
// Not worthy of a permission. We shouldn't have a flashlight permission.
|
// Not worthy of a permission. We shouldn't have a flashlight permission.
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
|
|||||||
Reference in New Issue
Block a user