Searched refs:updateIcon (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java79 public void updateIcon(String slot, int index, int viewIndex, method in interface:CommandQueue.Callbacks
215 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java524 public void updateIcon(String slot, int index, int viewIndex, method in class:PhoneStatusBar
526 if (SPEW) Slog.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java789 public void updateIcon(String slot, int index, int viewIndex, method in class:TabletStatusBar
791 if (DEBUG) Slog.d(TAG, "updateIcon(" + slot + ") -> " + icon);

Completed in 30 milliseconds