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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/data/sounds/
AudioPackage5.mk 28 $(LOCAL_PATH)/notifications/Aldebaran.ogg:system/media/audio/notifications/Aldebaran.ogg \
29 $(LOCAL_PATH)/notifications/Altair.ogg:system/media/audio/notifications/Altair.ogg \
30 $(LOCAL_PATH)/notifications/Antares.ogg:system/media/audio/notifications/Antares.ogg \
31 $(LOCAL_PATH)/notifications/arcturus.ogg:system/media/audio/notifications/arcturus.ogg \
32 $(LOCAL_PATH)/notifications/Betelgeuse.ogg:system/media/audio/notifications/Betelgeuse.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 \
52 $(LOCAL_PATH)/newwavelabs/CaffeineSnake.ogg:system/media/audio/notifications/CaffeineSnake.ogg \
53 $(LOCAL_PATH)/newwavelabs/DearDeer.ogg:system/media/audio/notifications/DearDeer.ogg \
54 $(LOCAL_PATH)/newwavelabs/DontPanic.ogg:system/media/audio/notifications/DontPanic.ogg \
55 $(LOCAL_PATH)/newwavelabs/Highwire.ogg:system/media/audio/notifications/Highwire.ogg \
56 $(LOCAL_PATH)/newwavelabs/KzurbSonar.ogg:system/media/audio/notifications/KzurbSonar.ogg \
57 $(LOCAL_PATH)/newwavelabs/OnTheHunt.ogg:system/media/audio/notifications/OnTheHunt.ogg \
58 $(LOCAL_PATH)/newwavelabs/Voila.ogg:system/media/audio/notifications/Voila.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 \
44 $(LOCAL_PATH)/newwavelabs/CaffeineSnake.ogg:system/media/audio/notifications/CaffeineSnake.ogg \
45 $(LOCAL_PATH)/newwavelabs/DearDeer.ogg:system/media/audio/notifications/DearDeer.ogg \
46 $(LOCAL_PATH)/newwavelabs/DontPanic.ogg:system/media/audio/notifications/DontPanic.ogg \
47 $(LOCAL_PATH)/newwavelabs/Highwire.ogg:system/media/audio/notifications/Highwire.ogg \
48 $(LOCAL_PATH)/newwavelabs/KzurbSonar.ogg:system/media/audio/notifications/KzurbSonar.ogg \
49 $(LOCAL_PATH)/newwavelabs/OnTheHunt.ogg:system/media/audio/notifications/OnTheHunt.ogg \
50 $(LOCAL_PATH)/newwavelabs/Voila.ogg:system/media/audio/notifications/Voila.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 \
51 $(LOCAL_PATH)/newwavelabs/CaffeineSnake.ogg:system/media/audio/notifications/CaffeineSnake.ogg \
52 $(LOCAL_PATH)/newwavelabs/DearDeer.ogg:system/media/audio/notifications/DearDeer.ogg \
53 $(LOCAL_PATH)/newwavelabs/DontPanic.ogg:system/media/audio/notifications/DontPanic.ogg \
54 $(LOCAL_PATH)/newwavelabs/Highwire.ogg:system/media/audio/notifications/Highwire.ogg \
55 $(LOCAL_PATH)/newwavelabs/KzurbSonar.ogg:system/media/audio/notifications/KzurbSonar.ogg \
56 $(LOCAL_PATH)/newwavelabs/OnTheHunt.ogg:system/media/audio/notifications/OnTheHunt.ogg \
57 $(LOCAL_PATH)/newwavelabs/Voila.ogg:system/media/audio/notifications/Voila.ogg
    [all...]
  /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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
selinux_netlink.h 2 * Netlink event notifications for SELinux.
25 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
index.jd 8 <li><a href="toasts.html">Creating Toast Notifications</a></li>
9 <li><a href="notifications.html">Creating Status Bar Notifications</a></li>
35 <li>A <a href="#Dialog">Dialog Notification</a>, for Activity-related notifications.</li>
58 <p>For more information, refer to <a href="toasts.html">Creating Toast Notifications</a>.</p>
66 (with an optional ticker-text message) and an expanded message in the "Notifications" window.
80 <a href="notifications.html">Creating Status Bar Notifications</a>.</p>
90 for notifications and short activities that directly relate to the application in progress.</p>
95 in your application's UI and for other purposes besides notifications
    [all...]
notifications.jd 1 page.title=Creating Status Bar Notifications
19 <li><a href="#ManageYourNotifications">Managing your Notifications</a></li>
40 (with an optional ticker-text message) and an expanded message in the "Notifications" window.
56 <p>The next screenshot shows the notification's expanded message in the "Notifications" window.
57 The user can reveal the Notifications window by pulling down the status bar
58 (or selecting <em>Notifications</em> from the Home options menu).</p>
66 active and in focus, you should create your status bar notifications from a
75 executes and manages all Notifications. You do not instantiate the NotificationManager. In order
120 <h2 id="ManageYourNotifications">Managing your Notifications</h2>
123 notifications. You must retrieve a reference to it with th
    [all...]
  /external/webkit/WebCore/notifications/
NotificationPresenter.h 37 #if ENABLE(NOTIFICATIONS)
51 PermissionAllowed, // User has allowed notifications
69 // Requests user permission to show desktop notifications from a particular
82 #endif // ENABLE(NOTIFICATIONS)
NotificationCenter.cpp 33 #if ENABLE(NOTIFICATIONS)
66 #endif // ENABLE(NOTIFICATIONS)
NotificationContents.h 34 #if ENABLE(NOTIFICATIONS)
58 #endif // ENABLE(NOTIFICATIONS)
  /external/chromium/base/
observer_list_threadsafe.h 27 // * Observers can register for notifications from any thread.
34 // removing itself from the observer list, the notifications will
37 // The drawback of the threadsafe observer list is that notifications
39 // Notifications will always be done via PostTask() to another thread,
40 // whereas with the non-thread-safe observer_list, notifications happen
82 // If there are pending notifications in-transit to the observer, they will
147 // Wrapper which is called to fire the notifications for each thread's
154 // Check that this list still needs notifications.
  /packages/apps/Phone/src/com/android/phone/
INetworkQueryService.aidl 33 * then just add the callback to the list of notifications
42 * from the list of notifications.
  /external/chromium/net/base/
network_change_notifier_helper.h 8 // notifications of event changes.
network_change_notifier_mac.h 41 // Receives the OS X network change notifications on this thread.
  /external/oprofile/daemon/
opd_stats.h 25 OPD_DANGLING_CODE, /**< nr. partial code notifications (buffer overflow */
  /frameworks/base/core/java/android/app/
IWallpaperManagerCallback.aidl 21 * notifications back to its clients. Note that this is a
  /frameworks/base/packages/SystemUI/res/values/
strings.xml 24 all of the currently visible notifications. -->
27 <!-- The label in the bar at the top of the status bar when there are no notifications
29 <string name="status_bar_no_notifications_title">No notifications</string>
31 <!-- The label for the group of notifications for ongoing events in the opened version of
36 <!-- The label for the group of notifications for recent events in the opened version of
38 <string name="status_bar_latest_events_title">Notifications</string>
  /external/chromium/net/proxy/
proxy_config_service_linux.h 49 // stops notifications.
57 // handles notifications, and also on which it must be destroyed.
86 // notifications on the UI thread.
101 // UI thread where gconf notifications will be safely stopped before
118 // specified so that notifications can post tasks to it (and for
125 // Handler for gconf change notifications: fetches a new proxy
138 // Safely stops gconf notifications. Posted to the UI thread.
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.c 27 * Enable DDM thread notifications.
57 * Enable DDM heap notifications.
72 * Enable DDM heap notifications.
  /external/webkit/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl 65 methods that may be used by Javascript to display notifications ("toasts")
102 @abstract See if the origin context is allowed to show notifications.
110 @abstract Request permission to show notifications on a given origin.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 30 // Preference key for whether to enable emergency notifications (default enabled).
51 // Whether to display CMAS imminent threat notifications (default is enabled).
64 // Preference key for whether to enable channel 50 notifications
  /external/chromium/net/url_request/
url_request_job_tracker.h 71 // Job status change notifications
76 // Bytes read notifications.
  /external/webkit/WebCore/accessibility/mac/
AXObjectCacheMac.mm 63 // Some notifications are unique to Safari and do not have NSAccessibility equivalents.
102 // Used by DRT to know when notifications are posted.

Completed in 379 milliseconds

1 2 3 4 5 6 7 8 91011>>