home *** CD-ROM | disk | FTP | other *** search
- import com.nokia.mid.ui.DeviceControl;
- import java.util.TimerTask;
- import sample.SampleMIDlet;
-
- // $FF: renamed from: a
- public class class_0 extends TimerTask {
- // $FF: renamed from: b sample.SampleMIDlet
- public SampleMIDlet field_0;
- // $FF: renamed from: a byte
- public byte field_1;
-
- public class_0(SampleMIDlet var1) {
- this.field_0 = var1;
- }
-
- public void run() {
- try {
- if (++this.field_1 > 30) {
- try {
- DeviceControl.setLights(0, 100);
- } catch (Exception var2) {
- }
-
- this.field_1 = 0;
- }
-
- this.field_0.b();
- Thread.sleep(20L);
- } catch (Exception var3) {
- ((Throwable)var3).printStackTrace();
- }
-
- }
- }
-