Searched defs:updateSlot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java66 updateSlot("volume", null, iconId);
73 updateSlot("zen", null, iconId);
80 updateSlot("bluetooth", null, iconId);
86 updateSlot("location", null, iconId);
92 updateSlot("alarm_clock", null, iconId);
98 updateSlot("tty", null, iconId);
104 updateSlot("mute", null, iconId);
110 updateSlot("speakerphone", null, iconId);
115 updateSlot("cast", null, iconId);
120 updateSlot("hotspo
125 private void updateSlot(String slot, String iconPkg, int iconId) { method in class:DemoStatusIcons
[all...]

Completed in 114 milliseconds