HomeSort by relevance Sort by last modified time
    Searched refs:Notification (Results 276 - 300 of 364) sorted by null

<<1112131415

  /packages/services/Telephony/src/com/android/phone/
ContactsAsyncHelper.java 19 import android.app.Notification;
266 * Returns a Bitmap object suitable for {@link Notification}'s large icon. This might
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 19 import android.app.Notification;
128 private Notification mTetheredNotification;
475 mTetheredNotification = new Notification();
479 mTetheredNotification.defaults &= ~Notification.DEFAULT_SOUND;
480 mTetheredNotification.flags = Notification.FLAG_ONGOING_EVENT;
736 // notification from the master SM that it's not in tether mode
742 // notification that this interface is down
744 // notification that this interface is up
746 // notification from the master SM that it had an error turning on cellular dun
748 // notification from the master SM that it had trouble enabling IP Forwardin
    [all...]
Vpn.java 22 import android.app.Notification;
239 // Reset the interface and hide the notification.
456 // show the notification
458 // Load everything for the user's notification
642 Notification notification = new Notification.Builder(mContext) local
651 nm.notifyAsUser(null, R.drawable.vpn_connected, notification, new UserHandle(user));
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 13 #include "chrome/browser/notifications/notification.h"
24 const char kExtensionScheme[] = "synced-notification://";
27 // The name of our first synced notification service.
28 // TODO(petewil): remove this hardcoding once we have the synced notification
80 // TODO(petewil): Add checking that the notification looks valid.
190 // Let NotificationUIManager know that the notification has been dismissed.
194 DVLOG(2) << "Dismissed or read notification arrived"
199 // Set up the fields we need to send and create a Notification object.
212 // The delegate will eventually catch calls that the notification
217 // Some inputs and fields are only used if there is a notification center
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 10 * Builds an object to manage notification card set.
18 * Schedules hiding a notification.
33 * Shows a notification.
36 * parameters for showing a Chrome notification.
44 // Delete a notification with the specified id if it already exists, and
45 // then create a notification.
48 cardCreateInfo.notification,
65 // Update existing notification.
68 cardCreateInfo.notification,
87 * Updates/creates a card notification with new data
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 16 #include "chrome/browser/notifications/notification.h"
47 // Top, Right margin for notification control view.
161 balloon_view_->balloon_->notification().display_source());
164 balloon_view_->balloon_->notification().display_source());
227 balloon_->notification().content_url());
306 bool BalloonViewImpl::IsFor(const Notification& notification) const {
307 return balloon_->notification().notification_id() ==
308 notification.notification_id();
343 service->DenyPermission(balloon_->notification().origin_url())
    [all...]
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 11 #include "chrome/browser/notifications/notification.h"
18 // Portion of the screen allotted for notifications. When notification balloons
44 void BalloonCollectionImpl::Add(const Notification& notification,
46 Balloon* new_balloon = MakeBalloon(notification, profile);
  /external/chromium_org/base/debug/
trace_event_impl.h 272 // Notification is a mask of one or more of the following events.
273 enum Notification {
352 // Set the thread-safe notification callback. The callback can occur at any
426 // For every matching event, a notification will be fired. NOTE: the
427 // notification will fire for each matching event that has already occurred
433 // watch event notification firing.
506 // notification callbacks. This is very similar to a reader-writer lock, but
507 // shares the lock with TraceLog and manages the notification flags.
514 // notification with any existing notifications.
515 inline void AddNotificationWhileLocked(int notification);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 28 import android.app.Notification;
707 Notification notification = new Notification.Builder(mContext) local
714 .setPriority(Notification.PRIORITY_LOW)
718 notification, UserHandle.ALL);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 20 import android.app.Notification;
21 import android.app.Notification.Builder;
888 final Notification notification = new Builder(this) local
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 20 import android.app.Notification;
130 // Notification id used to display Idle Mode text in NotificationManager.
781 final Notification.Builder notificationBuilder = new Notification.Builder(
788 // Set text and icon for the status bar and notification body.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 22 import android.app.Notification;
93 // The id for the "dictionary available" notification.
869 final Notification notification = new Notification.Builder(context) local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 2187 ContextLifetimeTestWebFrameClient::Notification* notification = webFrameClient.createNotifications[0]; local
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 80 import android.app.Notification;
266 /** Set of currently active {@link Notification} tags. */
509 * Receiver that watches for {@link Notification} control of
523 * Receiver that watches for {@link Notification} control of
662 // ongoing notification when restricting background data
716 * notification of a specific type, like {@link #TYPE_LIMIT}.
723 * Show notification for combined {@link NetworkPolicy} and specific type,
728 final Notification.Builder builder = new Notification.Builder(mContext);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 19 import static android.app.Notification.PRIORITY_DEFAULT;
20 import static android.app.Notification.PRIORITY_HIGH;
21 import static android.app.Notification.PRIORITY_MIN;
308 assertEquals("Priority not as expected for notification " + id + debugStr,
312 assertEquals("Event ID not expected for notification " + id + debugStr,
314 assertEquals("Begin time not expected for notification " + id + debugStr,
316 assertEquals("End time not expected for notification " + id + debugStr,
319 // Notification should be a digest.
320 assertNotNull("Posted notification not a digest as expected." + debugStr,
350 s.append("Notification " + i + " -- ")
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.cc 17 #include "chrome/browser/notifications/notification.h"
100 Notification notification(
103 g_browser_process->notification_ui_manager()->Add(notification, profile);
278 // an EXTENSION_UNLOADED notification. This UNLOADED signal causes all the
347 // unregistered via the EXTENSIONS_UNLOADED notification, unless there's a
455 // Register the BackgroundContents internally, then send out a notification
  /external/chromium_org/sync/notifier/
sync_invalidation_listener.cc 466 const notifier::Notification& notification) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 20 import android.app.Notification;
142 * The Notification object given to the NotificationManager.
144 private Notification mNotification;
156 /** Notification type. */
164 /** Notification id. */
384 // This is a notification from
457 // This is a notification from
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 19 import android.app.Notification;
730 * Called when we receive a ACTION_MEDIA_EJECT notification.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 7 // Notification object when event pages get reloaded. See
30 var notification = webkitNotifications.createNotification(
32 lastNotification = notification;
33 notification.show();
  /external/chromium_org/ui/message_center/views/
notification_view.cc 21 #include "ui/message_center/notification.h"
57 // Notification colors. The text background colors below are used only to keep
123 // ItemViews are responsible for drawing each list notification item's title and
408 MessageView* NotificationView::Create(const Notification& notification,
413 switch (notification.type()) {
423 // doesn't have the requested kind of notification template), we'll fall
424 // back to a notification instance that will provide at least basic
427 << "notification type " << notification.type() << ".
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 52 import android.app.Notification;
716 // go over warning, which should kick notification
737 // go over limit, which should kick notification and dialog
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 22 import android.app.Notification;
106 * Notification id used when error happened before sending an import request to VCardServer.
1018 final Notification notification = local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 23 import android.app.Notification;
498 startForeground(0, new Notification());
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 18 import android.app.Notification;
113 * Returns the notification map, creating it if necessary.
161 * Populates the notification map with previously cached data.
168 // Get the parts of the string that make the notification entry
212 * Cache the notification map.
234 * @return the title of this notification with each account and the number of unread and unseen
290 * @param accountUri The {@link Uri} of the {@link Account} of the notification
292 * @param folderUri The {@link Uri} of the {@link Folder} of the notification
308 for (NotificationKey notification : keys) {
309 final Folder folder = notification.folder
519 NotificationCompat.Builder notification = new NotificationCompat.Builder(context); local
    [all...]

Completed in 4337 milliseconds

<<1112131415