Searched refs:updateSlot (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DemoStatusIcons.java | 128 updateSlot("volume", null, iconId); in dispatchDemoCommand() 133 updateSlot("zen", null, iconId); in dispatchDemoCommand() 139 updateSlot("bluetooth", null, iconId); in dispatchDemoCommand() 145 updateSlot("location", null, iconId); in dispatchDemoCommand() 151 updateSlot("alarm_clock", null, iconId); in dispatchDemoCommand() 157 updateSlot("tty", null, iconId); in dispatchDemoCommand() 163 updateSlot("mute", null, iconId); in dispatchDemoCommand() 169 updateSlot("speakerphone", null, iconId); in dispatchDemoCommand() 174 updateSlot("cast", null, iconId); in dispatchDemoCommand() 179 updateSlot("hotspot", null, iconId); in dispatchDemoCommand() [all …]
|