HomeSort by relevance Sort by last modified time
    Searched refs:removeIcon (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/app/
StatusBarManager.java 118 public void removeIcon(String slot) {
120 mService.removeIcon(slot);
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 26 void removeIcon(int index);
IStatusBarService.aidl 32 void removeIcon(String slot);
StatusBarIconList.java 117 public void removeIcon(int index) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 71 public void removeIcon(String slot, int index, int viewIndex);
93 public void removeIcon(int index) {
169 mList.removeIcon(index);
170 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex);
StatusBarService.java 364 public void removeIcon(String slot, int index, int viewIndex) {
366 Slog.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex);
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 68 mStatusBarManager.removeIcon("tty");
79 mStatusBarManager.removeIcon("tty");
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 223 public void removeIcon(String slot) {
232 mIcons.removeIcon(index);
236 mBar.removeIcon(index);
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 443 mStatusBar.removeIcon("speakerphone");
473 mStatusBar.removeIcon("mute");
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 982 milliseconds