Home
last modified time | relevance | path

Searched refs:removeIconForTile (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeStatusBarIconController.java53 public void removeIconForTile(String slot) { in removeIconForTile() method in FakeStatusBarIconController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerImplTest.kt161 underTest.removeIconForTile(slotName)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java151 mMainHandler.post(() -> mStatusBarIconController.removeIconForTile(slot)); in freeService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java82 void removeIconForTile(String slot); in removeIconForTile() method
H A DStatusBarIconControllerImpl.java311 public void removeIconForTile(String slot) { in removeIconForTile() method in StatusBarIconControllerImpl