Fix bad merge fixes build breakage.

Signed-off-by: Eric Olsen <eolsen@android.com>
This commit is contained in:
Eric Olsen
2009-11-04 17:11:53 -08:00
parent f42f15cf45
commit 4499ad729a

View File

@@ -283,12 +283,6 @@ public class HardwareService extends IHardwareService.Stub {
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) {
// Not worthy of a permission. We shouldn't have a flashlight permission.
synchronized (this) {