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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/
notifications.zip 
  /frameworks/base/data/sounds/
AudioPackage6.mk 28 $(LOCAL_PATH)/notifications/ogg/Antimony.ogg:system/media/audio/notifications/Antimony.ogg \
29 $(LOCAL_PATH)/notifications/ogg/Argon.ogg:system/media/audio/notifications/Argon.ogg \
30 $(LOCAL_PATH)/notifications/ogg/Beryllium.ogg:system/media/audio/notifications/Beryllium.ogg \
31 $(LOCAL_PATH)/notifications/ogg/Cobalt.ogg:system/media/audio/notifications/Cobalt.ogg \
32 $(LOCAL_PATH)/notifications/ogg/Fluorine.ogg:system/media/audio/notifications/Fluorine.ogg
    [all...]
AudioPackage5.mk 29 $(LOCAL_PATH)/notifications/Aldebaran.ogg:system/media/audio/notifications/Aldebaran.ogg \
30 $(LOCAL_PATH)/notifications/Altair.ogg:system/media/audio/notifications/Altair.ogg \
31 $(LOCAL_PATH)/notifications/Antares.ogg:system/media/audio/notifications/Antares.ogg \
32 $(LOCAL_PATH)/notifications/arcturus.ogg:system/media/audio/notifications/arcturus.ogg \
33 $(LOCAL_PATH)/notifications/Betelgeuse.ogg:system/media/audio/notifications/Betelgeuse.ogg
    [all...]
AudioPackage7.mk 30 $(LOCAL_PATH)/notifications/ogg/Adara.ogg:system/media/audio/notifications/Adara.ogg \
31 $(LOCAL_PATH)/notifications/ogg/Arcturus.ogg:system/media/audio/notifications/Arcturus.ogg \
32 $(LOCAL_PATH)/notifications/ogg/Bellatrix.ogg:system/media/audio/notifications/Bellatrix.ogg \
33 $(LOCAL_PATH)/notifications/ogg/Capella.ogg:system/media/audio/notifications/Capella.ogg \
34 $(LOCAL_PATH)/notifications/ogg/CetiAlpha.ogg:system/media/audio/notifications/CetiAlpha.ogg
    [all...]
AudioPackage7alt.mk 29 $(LOCAL_PATH)/notifications/ogg/Adara.ogg:system/media/audio/notifications/Adara.ogg \
30 $(LOCAL_PATH)/notifications/ogg/Arcturus.ogg:system/media/audio/notifications/Arcturus.ogg \
31 $(LOCAL_PATH)/notifications/ogg/Bellatrix.ogg:system/media/audio/notifications/Bellatrix.ogg \
32 $(LOCAL_PATH)/notifications/ogg/Capella.ogg:system/media/audio/notifications/Capella.ogg \
33 $(LOCAL_PATH)/notifications/ogg/CetiAlpha.ogg:system/media/audio/notifications/CetiAlpha.ogg
    [all...]
AudioPackage4.mk 13 $(LOCAL_PATH)/F1_MissedCall.ogg:system/media/audio/notifications/F1_MissedCall.ogg \
14 $(LOCAL_PATH)/F1_New_MMS.ogg:system/media/audio/notifications/F1_New_MMS.ogg \
15 $(LOCAL_PATH)/F1_New_SMS.ogg:system/media/audio/notifications/F1_New_SMS.ogg \
22 $(LOCAL_PATH)/notifications/Beat_Box_Android.ogg:system/media/audio/notifications/Beat_Box_Android.ogg \
23 $(LOCAL_PATH)/notifications/Cricket.ogg:system/media/audio/notifications/Cricket.ogg \
24 $(LOCAL_PATH)/notifications/Doink.ogg:system/media/audio/notifications/Doink.ogg \
25 $(LOCAL_PATH)/notifications/Drip.ogg:system/media/audio/notifications/Drip.ogg
    [all...]
AudioPackage2.mk 13 $(LOCAL_PATH)/F1_MissedCall.ogg:system/media/audio/notifications/F1_MissedCall.ogg \
14 $(LOCAL_PATH)/F1_New_MMS.ogg:system/media/audio/notifications/F1_New_MMS.ogg \
15 $(LOCAL_PATH)/F1_New_SMS.ogg:system/media/audio/notifications/F1_New_SMS.ogg \
26 $(LOCAL_PATH)/notifications/Beat_Box_Android.ogg:system/media/audio/notifications/Beat_Box_Android.ogg \
27 $(LOCAL_PATH)/notifications/Heaven.ogg:system/media/audio/notifications/Heaven.ogg \
28 $(LOCAL_PATH)/notifications/TaDa.ogg:system/media/audio/notifications/TaDa.ogg \
29 $(LOCAL_PATH)/notifications/Tinkerbell.ogg:system/media/audio/notifications/Tinkerbell.ogg
    [all...]
AudioPackage3.mk 13 $(LOCAL_PATH)/F1_MissedCall.ogg:system/media/audio/notifications/F1_MissedCall.ogg \
14 $(LOCAL_PATH)/F1_New_MMS.ogg:system/media/audio/notifications/F1_New_MMS.ogg \
15 $(LOCAL_PATH)/F1_New_SMS.ogg:system/media/audio/notifications/F1_New_SMS.ogg \
26 $(LOCAL_PATH)/notifications/Beat_Box_Android.ogg:system/media/audio/notifications/Beat_Box_Android.ogg \
27 $(LOCAL_PATH)/notifications/Heaven.ogg:system/media/audio/notifications/Heaven.ogg \
28 $(LOCAL_PATH)/notifications/TaDa.ogg:system/media/audio/notifications/TaDa.ogg \
29 $(LOCAL_PATH)/notifications/Tinkerbell.ogg:system/media/audio/notifications/Tinkerbell.ogg
    [all...]
OriginalAudio.mk 12 $(LOCAL_PATH)/F1_MissedCall.ogg:system/media/audio/notifications/F1_MissedCall.ogg \
13 $(LOCAL_PATH)/F1_New_MMS.ogg:system/media/audio/notifications/F1_New_MMS.ogg \
14 $(LOCAL_PATH)/F1_New_SMS.ogg:system/media/audio/notifications/F1_New_SMS.ogg \
25 $(LOCAL_PATH)/notifications/Beat_Box_Android.ogg:system/media/audio/notifications/Beat_Box_Android.ogg \
26 $(LOCAL_PATH)/notifications/Heaven.ogg:system/media/audio/notifications/Heaven.ogg \
27 $(LOCAL_PATH)/notifications/TaDa.ogg:system/media/audio/notifications/TaDa.ogg \
28 $(LOCAL_PATH)/notifications/Tinkerbell.ogg:system/media/audio/notifications/Tinkerbell.ogg
    [all...]
  /external/chromium/chrome/browser/resources/sync_internals/
notifications.html 3 // Contains all notifications received since the page was loaded as a
4 // map from each data type to the number of notifications received for
6 chrome.sync.notifications = {};
34 chrome.sync.notifications[changedType] =
35 chrome.sync.notifications[changedType] || 0;
36 ++chrome.sync.notifications[changedType];
40 for (var k in chrome.sync.notifications) {
43 'notificationCount': chrome.sync.notifications[k]
50 jstProcess(new JsEvalContext({ 'notifications': infos }),
73 <tr jsselect='notifications'>
    [all...]
  /external/chromium/chrome/browser/extensions/
notifications_apitest.cc 7 #include "chrome/browser/notifications/desktop_notification_service.h"
8 #include "chrome/browser/notifications/desktop_notification_service_factory.h"
15 // Notifications not supported on linux/views yet.
17 ASSERT_TRUE(RunExtensionTest("notifications/has_not_permission")) << message_;
18 ASSERT_TRUE(RunExtensionTest("notifications/has_permission_manifest"))
23 ASSERT_TRUE(RunExtensionTest("notifications/has_permission_prefs"))
  /external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/
options.html 8 prefs.use_notifications = document.getElementById("notifications").checked;
16 document.getElementById("notifications").checked = prefs.use_notifications;
24 Use desktop notifications: <input id="notifications" type="checkbox" onclick="save()">
  /external/chromium/chrome/common/extensions/docs/examples/api/notifications/
manifest.json 5 "Shows off desktop notifications, which are \"toast\" windows that pop up on the desktop.",
7 "permissions": ["tabs", "notifications"],
  /external/libselinux/src/
selinux_netlink.h 2 * Netlink event notifications for SELinux.
19 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
  /packages/experimental/NotificationShowcase/res/values/
strings.xml 5 <string name="post_button_label">Post Notifications</string>
6 <string name="remove_button_label">Remove Notifications</string>
  /external/chromium/chrome/common/extensions/docs/static/
notifications.html 1 <div id="pageData-name" class="pageData">Desktop Notifications</div>
6 Use desktop notifications to notify users that something
8 Notifications appear outside the browser window.
10 the details of how notifications look
16 alt="Notifications on Microsoft Windows"/>
19 alt="Notifications on Mac OS X"/>
22 alt="Notifications on Ubuntu Linux"/>
43 "notifications"
50 the <code>notifications</code> permission
51 are always allowed to create notifications
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/background-simple/
manifest.json 10 "permissions": ["background", "notifications"]
  /external/chromium/chrome/browser/accessibility/
accessibility_mac_uitest.mm 40 // The runloop stops only if we receive all expected notifications.
64 // TODO(dtseng): currently refreshing on all notifications; scope later.
101 // focus notifications
106 // application notifications
112 // window notifications
119 // new drawer, sheet, and help tag notifications
124 // element notifications
128 // menu notifications
133 // table/outline notifications
136 // other notifications
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 14 #include "chrome/browser/chromeos/notifications/balloon_collection_impl.h"
15 #include "chrome/browser/notifications/balloon.h"
16 #include "chrome/browser/notifications/desktop_notification_service.h"
17 #include "chrome/browser/notifications/notification.h"
18 #include "chrome/browser/notifications/notification_test_util.h"
19 #include "chrome/browser/notifications/notification_ui_manager.h"
20 #include "chrome/browser/notifications/notifications_prefs_cache.h"
36 // of notifications that are added to it.
90 // Create a message loop to allow notifications code to post tasks,
91 // and a thread so that notifications code runs on the expected thread
    [all...]
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 15 #include "chrome/browser/notifications/balloon.h"
16 #include "chrome/browser/notifications/balloon_collection.h"
27 // The notification manager manages use of the desktop for notifications.
28 // It maintains a queue of pending notifications when space becomes constrained.
52 // Removes any notifications matching the supplied ID, either currently
56 // Removes any notifications matching the supplied source origin
61 // Cancels all pending notifications and closes anything currently showing.
70 // Gets the preference indicating where notifications should be placed.
73 // Sets the preference that indicates where notifications should
83 // Attempts to display notifications from the show_queue if the use
    [all...]
balloon_collection.cc 5 #include "chrome/browser/notifications/balloon_collection.h"
desktop_notifications_unittest.h 13 #include "chrome/browser/notifications/balloon_collection_impl.h"
14 #include "chrome/browser/notifications/desktop_notification_service.h"
15 #include "chrome/browser/notifications/notification.h"
16 #include "chrome/browser/notifications/notification_test_util.h"
17 #include "chrome/browser/notifications/notification_ui_manager.h"
18 #include "chrome/browser/notifications/notifications_prefs_cache.h"
29 // of notifications that are added to it.
101 // Create a message loop to allow notifications code to post tasks,
102 // and a thread so that notifications code runs on the expected thread.
  /libcore/dom/src/test/java/org/w3c/domts/
UserDataMonitor.java 22 * notifications
26 private final List notifications = new ArrayList(); field in class:UserDataMonitor
56 notifications.add(
61 * Gets list of notifications
63 * @return List of notifications, may not be null.
66 return new ArrayList(notifications);
  /external/libusb/
TODO 4 notifications of hotplugged/unplugged devices
  /frameworks/base/media/java/android/mtp/
package.html 5 application can receive notifications when devices are attached and removed, manage files and

Completed in 2572 milliseconds

1 2 3 4 5 6 7 8 91011>>