Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeStatusBarIconController.java85 public void removeAllIconsForSlot(String slot) { in removeAllIconsForSlot() method in FakeStatusBarIconController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerImpl.java387 public void removeAllIconsForSlot(String slotName) { in removeAllIconsForSlot() method in StatusBarIconControllerImpl
H A DStatusBarIconController.java102 void removeAllIconsForSlot(String slot); in removeAllIconsForSlot() method