Home
last modified time | relevance | path

Searched refs:removeIcon (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java92 public void removeIcon(String slot, int index, int viewIndex); in removeIcon() method
124 public void removeIcon(int index) { in removeIcon() method in CommandQueue
263 mList.removeIcon(index); in handleMessage()
264 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex); in handleMessage()
/frameworks/base/core/java/android/app/
DStatusBarManager.java142 public void removeIcon(String slot) { in removeIcon() method in StatusBarManager
146 svc.removeIcon(slot); in removeIcon()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl26 void removeIcon(int index); in removeIcon() method
DIStatusBarService.aidl32 void removeIcon(String slot); in removeIcon() method
DStatusBarIconList.java117 public void removeIcon(int index) { in removeIcon() method in StatusBarIconList
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java127 mStatusBarManager.removeIcon("tty");
138 mStatusBarManager.removeIcon("tty");
/frameworks/base/services/java/com/android/server/
DStatusBarManagerService.java224 public void removeIcon(String slot) { in removeIcon() method in StatusBarManagerService
233 mIcons.removeIcon(index); in removeIcon()
237 mBar.removeIcon(index); in removeIcon()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DKeyguardViewMediator.java1226 mStatusBarManager.removeIcon("secure"); in adjustStatusBarLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java872 public void removeIcon(String slot, int index, int viewIndex) { in removeIcon() method in TabletStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java714 public void removeIcon(String slot, int index, int viewIndex) { in removeIcon() method in PhoneStatusBar