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

1 2

  /external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications_browsertest.cc 47 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
52 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
57 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
93 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
128 notifications_->ShowNotification(DesktopNotifications::DEVICE, "path");
140 notifications_->ShowNotification(DesktopNotifications::DEVICE_FAIL,
desktop_notifications.h 59 void ShowNotification(NotificationType type, const std::string& path);
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 145 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
151 showNotification(R.string.vpn_lockdown_connecting, R.drawable.vpn_disconnected);
159 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
163 showNotification(R.string.vpn_lockdown_error, R.drawable.vpn_disconnected);
178 showNotification(R.string.vpn_lockdown_connected, R.drawable.vpn_connected);
306 private void showNotification(int titleRes, int iconRes) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 70 showNotification(R.drawable.stat_happy,
74 showNotification(R.drawable.stat_neutral,
78 showNotification(R.drawable.stat_sad,
93 private void showNotification(int moodId, int textId) {
AlarmService_Service.java 50 showNotification();
98 private void showNotification() {
LocalService.java 68 showNotification();
100 private void showNotification() {
MessengerService.java 124 showNotification();
148 private void showNotification() {
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service_win.cc 31 void DesktopNotificationService::ShowNotification(
welcome_notification_unittest.cc 120 ShowNotification(
128 ShowNotification(
169 void ShowNotification(
balloon_notification_ui_manager.h 74 bool ShowNotification(const Notification& notification, Profile* profile);
balloon_notification_ui_manager.cc 207 bool BalloonNotificationUIManager::ShowNotification(
280 if (!ShowNotification(queued_notification->notification(),
desktop_notification_service.h 73 // ShowNotification is called on the UI thread handling IPCs from a child
168 void ShowNotification(const Notification& notification);
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 142 showNotification(ecmTimeout);
150 EmergencyCallbackModeService.this.showNotification(millisUntilFinished);
164 private void showNotification(long millisUntilFinished) {
205 showNotification(0);
NotificationMgr.java 620 boolean showNotification =
623 if (DBG) log(showNotification
627 updateSpeakerNotification(showNotification);
633 * @param showNotification if true, call notifySpeakerphone();
642 public void updateSpeakerNotification(boolean showNotification) {
643 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
645 // Regardless of the value of the showNotification param, suppress
651 if (showNotification) {
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.h 64 void ShowNotification(
screenshot_taker.cc 409 ShowNotification(ScreenshotTakerObserver::SCREENSHOTS_DISABLED,
417 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED,
443 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
449 ShowNotification(
462 ShowNotification(ScreenshotTakerObserver::SCREENSHOTS_DISABLED,
472 ShowNotification(ScreenshotTakerObserver::SCREENSHOT_GET_DIR_FAILED,
486 base::Bind(&ScreenshotTaker::ShowNotification, factory_.GetWeakPtr()),
492 ShowNotification(
542 void ScreenshotTaker::ShowNotification(
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 136 showNotification();
157 // Cancels the status bar mNotification based on its ID, which is set in showNotification().
180 private void showNotification() {
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 62 void ShowNotification();
  /external/chromium_org/chrome/browser/ui/
network_profile_bubble.h 59 static void ShowNotification(Browser* browser);
network_profile_bubble.cc 61 NetworkProfileBubble::ShowNotification(browser);
184 ShowNotification(browser);
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 59 // ShowNotification is called on the UI thread handling IPCs from a child
135 void ShowNotification(const Notification& notification);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 89 showNotification();
174 private void showNotification() {
  /packages/apps/Email/src/com/android/email/
NotificationController.java 175 private void showNotification(long accountId, String ticker, String title,
398 showNotification(mailbox.mAccountKey,
428 showNotification(mailbox.mAccountKey,
459 showNotification(accountId, ticker, title, accountName, intent,
478 showNotification(accountId, ticker, title, accountName, intent,
500 showNotification(account.mId, ticker, title, accountName, intent,
514 showNotification(account.mId, ticker, title, accountName, intent,
528 showNotification(account.mId, ticker, title, accountName, intent,
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 140 showNotification(false);
144 showNotification(true);
259 void showNotification(boolean custom) {
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 677 notifications_->ShowNotification(
745 notifications_->ShowNotification(DesktopNotifications::FORMAT_START,
748 notifications_->ShowNotification(
760 notifications_->ShowNotification(DesktopNotifications::FORMAT_SUCCESS,
770 notifications_->ShowNotification(DesktopNotifications::FORMAT_FAIL,

Completed in 1895 milliseconds

1 2