Searched defs:removeNotification (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java712 * @param removeNotification If true, the {@link #STOP_FOREGROUND_REMOVE} flag
717 public final void stopForeground(boolean removeNotification) { argument
718 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java56 public void removeNotification(String key, RankingMap ranking) { method in class:TvStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java267 public boolean removeNotification(String key, boolean ignoreEarliestRemovalTime) { method in class:HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java212 public void removeNotification(ExpandableNotificationRow row) { method in class:NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java638 removeNotification(key, rankingMap);
663 removeNotification(key, rankingMap);
1003 removeNotification(n.getKey(), null);
2171 removeNotification(n.getKey(), null);
2183 Log.w(TAG, "removeNotification for unknown key: " + key);
2362 public abstract void removeNotification(String key, RankingMap ranking); method in class:BaseStatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1275 removeNotification(entry.key, null);
1283 removeNotification(entry.key, null);
1595 public void removeNotification(String key, RankingMap ranking) { method in class:PhoneStatusBar
1602 deferRemoval = !mHeadsUpManager.removeNotification(key, ignoreEarliestRemovalTime);
1664 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);
1710 removeNotification(toRemove.get(i).getStatusBarNotification().getKey(), ranking);
2604 removeNotification(entry.key, mLatestRankingMap);
2622 mHeadsUpManager.removeNotification(key, false /* ignoreEarliestRemovalTime */);
2671 removeNotification(entry.key, mLatestRankingMap);

Completed in 678 milliseconds