Searched defs:removeIcon (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java242 public void removeIcon(String slot) { method in class:StatusBarManagerService
251 mIcons.removeIcon(index);
255 mBar.removeIcon(index);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java83 public void removeIcon(String slot, int index, int viewIndex); method in interface:CommandQueue.Callbacks
116 public void removeIcon(int index) { method in class:CommandQueue
258 mList.removeIcon(index);
259 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java851 public void removeIcon(String slot, int index, int viewIndex) { method in class:PhoneStatusBar
852 if (SPEW) Slog.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java845 public void removeIcon(String slot, int index, int viewIndex) { method in class:TabletStatusBar
846 if (DEBUG) Slog.d(TAG, "removeIcon(" + slot + ")");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java44 public void removeIcon(String slot, int index, int viewIndex) { method in class:TvStatusBar
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java159 public void removeIcon(String slot) { method in class:StatusBarManager
163 svc.removeIcon(slot);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java117 public void removeIcon(int index) { method in class:StatusBarIconList

Completed in 964 milliseconds