Searched refs:removeNotification (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceController.java35 boolean removeNotification(StatusBarNotification sbn); method in interface:ForegroundServiceController
H A DForegroundServiceControllerImpl.java65 public boolean removeNotification(StatusBarNotification sbn) { method in class:ForegroundServiceControllerImpl
71 "user %d with no known notifications got removeNotification for %s",
83 return userServices.removeNotification(sbn.getPackageName(), sbn.getKey());
104 userServices.removeNotification(sbn.getPackageName(), sbn.getKey());
137 public boolean removeNotification(String pkg, String key) { method in class:ForegroundServiceControllerImpl.UserServices
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java61 assertFalse(fsc.removeNotification(sbn_user1_app3_fg));
62 assertFalse(fsc.removeNotification(sbn_user2_app2_fg));
63 assertFalse(fsc.removeNotification(sbn_user1_app1_fg));
64 assertFalse(fsc.removeNotification(sbn_user1_app1));
65 assertFalse(fsc.removeNotification(sbn_user2_app1));
74 assertFalse(fsc.removeNotification(sbn_user1_app1));
75 assertFalse(fsc.removeNotification(sbn_user2_app1));
80 assertFalse(fsc.removeNotification(sbn_user1_app1));
81 assertFalse(fsc.removeNotification(sbn_user2_app1));
87 assertTrue(fsc.removeNotification(sbn_user1_app3_f
[all...]
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DNotificationListenerController.java59 void removeNotification(StatusBarNotification sbn); method in interface:NotificationListenerController.NotificationProvider
/frameworks/base/core/java/android/app/
H A DService.java708 * @param removeNotification If true, the {@link #STOP_FOREGROUND_REMOVE} flag
713 public final void stopForeground(boolean removeNotification) { argument
714 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java142 public void removeNotification(StatusBarNotification sbn) {
H A DStatusBar.java1495 removeNotification(rowToRemove.getEntry().key, null);
1566 removeNotification(entry.key, null);
1574 removeNotification(entry.key, null);
1744 public void removeNotification(String key, RankingMap ranking) { method in class:StatusBar
1755 deferRemoval = !mHeadsUpManager.removeNotification(key, ignoreEarliestRemovalTime);
1827 mForegroundServiceController.removeNotification(entry.notification);
1837 if (SPEW) Log.d(TAG, "removeNotification key=" + key + " old=" + old);
1908 removeNotification(n.getKey(), null);
2783 removeNotification(entry.key, mLatestRankingMap);
2803 mHeadsUpManager.removeNotification(ke
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java288 public boolean removeNotification(String key, boolean ignoreEarliestRemovalTime) { method in class:HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java522 mChildrenContainer.removeNotification(row);
969 mChildrenContainer.removeNotification(row);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java267 public void removeNotification(ExpandableNotificationRow row) { method in class:NotificationChildrenContainer

Completed in 711 milliseconds