package com.samsung.util; public class LCDLight { public static void on(int milliSecs) { } public static void off() { } }