Home
last modified time | relevance | path

Searched defs:removeAllIconsForSlot (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeStatusBarIconController.java97 public void removeAllIconsForSlot(String slot) { in removeAllIconsForSlot() method in FakeStatusBarIconController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarIconControllerImpl.java453 public void removeAllIconsForSlot(String slotName) { in removeAllIconsForSlot() method in StatusBarIconControllerImpl
457 private void removeAllIconsForSlot(String slotName, boolean fromNewPipeline) { in removeAllIconsForSlot() method in StatusBarIconControllerImpl
DStatusBarIconController.java152 void removeAllIconsForSlot(String slot); in removeAllIconsForSlot() method