Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0faeb078 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add a test item the turns on a bunch of extra icons.

Change-Id: Ia5884ef46a5b0fa2d608c7924b3eb12293a1da8b
parent 75144ea3
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -157,5 +157,22 @@ public class StatusBarTest extends TestActivity
                    }, 3000);
            }
        },
        new Test("More icons") {
            public void run() {
                for (String slot: new String[] {
                            "sync_failing",
                            "gps",
                            "bluetooth",
                            "tty",
                            "speakerphone",
                            "mute",
                            "wifi",
                            "alarm_clock",
                            "secure",
                        }) {
                    mStatusBarManager.setIconVisibility(slot, true);
                }
            }
        },
    };
}