HomeSort by relevance Sort by last modified time
    Searched full:removenotification (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit_unittest.cc 60 void RemoveNotification() {
61 message_center::MessageCenter::Get()->RemoveNotification(
124 TEST_F(TraySessionLengthLimitTest, RemoveNotification) {
132 RemoveNotification();
147 RemoveNotification();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 63 public void stopForeground(boolean removeNotification) {
65 notificationShouldRemoved = removeNotification;
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge_unittest.mm 89 center_->RemoveNotification("1", /*by_user=*/true);
126 center_->RemoveNotification("1", /*by_user=*/true);
142 center_->RemoveNotification("1", /*by_user=*/true);
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 95 void RemoveNotification(const std::string& id) {
133 RemoveNotification("test_id1");
138 RemoveNotification("test_id3");
157 RemoveNotification("test_id1");
161 RemoveNotification("test_id3");
250 RemoveNotification("test_id");
  /external/chromium_org/ui/message_center/views/
message_center_controller.h 24 virtual void RemoveNotification(const std::string& notification_id,
message_view.cc 166 controller_->RemoveNotification(notification_id_, true); // By user.
248 controller_->RemoveNotification(notification_id_, true); // By user.
253 controller_->RemoveNotification(notification_id_, true); // By user.
message_center_view_unittest.cc 99 virtual void RemoveNotification(const std::string& notification_id,
183 void MessageCenterViewTest::RemoveNotification(
message_center_view.h 85 virtual void RemoveNotification(const std::string& notification_id,
message_view.h 38 virtual void RemoveNotification(const std::string& notification_id,
notification_view.h 64 virtual void RemoveNotification(const std::string& notification_id,
  /external/chromium_org/ui/message_center/cocoa/
popup_collection_unittest.mm 124 center_->RemoveNotification("2", true);
152 center_->RemoveNotification("1", true);
160 center_->RemoveNotification("2", true);
203 center_->RemoveNotification("2", true);
211 center_->RemoveNotification("2", true);
378 center_->RemoveNotification("1", true);
popup_collection.mm 28 - (void)removeNotification:(const std::string&)notificationID;
71 [popup_collection_ removeNotification:notification_id];
221 - (void)removeNotification:(const std::string&)notificationID {
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
notification_manager.cc 69 g_browser_process->message_center()->RemoveNotification(
96 g_browser_process->message_center()->RemoveNotification(
  /external/chromium_org/ash/display/
display_error_observer_chromeos.cc 36 message_center::MessageCenter::Get()->RemoveNotification(
resolution_notification_controller.cc 199 message_center->RemoveNotification(kNotificationId, false /* by_user */);
267 message_center::MessageCenter::Get()->RemoveNotification(
276 message_center::MessageCenter::Get()->RemoveNotification(
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 141 void RemoveNotification(const std::string& id) {
142 GetMessageCenter()->RemoveNotification(id, false);
185 RemoveNotification("test_id1");
190 RemoveNotification("test_id3");
209 RemoveNotification("test_id1");
213 RemoveNotification("test_id3");
  /external/chromium_org/ui/message_center/
fake_message_center.cc 71 void FakeMessageCenter::RemoveNotification(const std::string& id,
fake_message_center.h 41 virtual void RemoveNotification(const std::string& id, bool by_user) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_notification_controller_unittest.cc 128 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
176 MessageCenter::Get()->RemoveNotification(kNotificationId, true /* by_user */);
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecordActivity.java 234 removeNotification();
262 private void removeNotification() {
265 mService.removeNotification();
279 removeNotification();
501 removeNotification();
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 138 message_center::MessageCenter::Get()->RemoveNotification(
170 message_center::MessageCenter::Get()->RemoveNotification(
347 message_center::MessageCenter::Get()->RemoveNotification(
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.cc 375 message_center::MessageCenter::Get()->RemoveNotification(
441 message_center::MessageCenter::Get()->RemoveNotification(
526 message_center::MessageCenter::Get()->RemoveNotification(
538 center->RemoveNotification(GetNotificationId(*it), false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 58 public void removeNotification(String key, RankingMap ranking) {
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 120 g_browser_process->message_center()->RemoveNotification(
128 g_browser_process->message_center()->RemoveNotification(
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification.cc 96 message_center->RemoveNotification(welcome_notification_id_, false);
292 GetMessageCenter()->RemoveNotification(welcome_notification_id_, false);

Completed in 4252 milliseconds

1 2 3