HomeSort by relevance Sort by last modified time
    Searched refs:notifications (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 17 package com.example.android.support.wearable.notifications;
BasicNotificationDisplayActivity.java 17 package com.example.android.support.wearable.notifications;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.cpp 67 notifications.push(*notification);
77 while (!notifications.empty()) {
80 notificationConnection->writeData((void *)&notifications.front(),
82 notifications.pop();
TrustletSession.h 44 std::queue<notification_t> notifications; member in class:TrustletSession
  /frameworks/base/data/sounds/
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...]
AudioPackage12.mk 22 $(LOCAL_PATH)/notifications/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/notifications/
BasicNotificationDisplayActivity.java 17 package com.example.android.notifications;
  /external/chromium_org/components/storage_monitor/
image_capture_device_manager.h 29 // The UUIDs passed here are available in the device attach notifications
37 // Sets the receiver for device attach/detach notifications.
39 void SetNotifications(StorageMonitor::Receiver* notifications);
  /external/chromium_org/ash/display/
display_error_observer_chromeos.cc 61 message_center::NotificationList::Notifications notifications = local
63 for (message_center::NotificationList::Notifications::const_iterator iter =
64 notifications.begin(); iter != notifications.end(); ++iter) {
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 5 #include "chrome/browser/extensions/api/notifications/notifications_api.h"
14 #include "chrome/browser/notifications/desktop_notification_service.h"
15 #include "chrome/browser/notifications/desktop_notification_service_factory.h"
16 #include "chrome/browser/notifications/notification.h"
17 #include "chrome/browser/notifications/notification_ui_manager.h"
20 #include "chrome/common/extensions/api/notifications/notification_style.h"
38 namespace notifications = api::notifications;
61 api::notifications::NotificationBitmap* notification_bitmap,
165 SendEvent(notifications::OnClosed::kEventName, gesture, args.Pass())
    [all...]
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
NotificationUtil.java 17 package com.example.android.notifications;
25 "com.example.android.notifications.MESSAGE";
27 "com.example.android.notifications.REPLY";
NotificationPreset.java 17 package com.example.android.notifications;
PriorityPresets.java 17 package com.example.android.notifications;
  /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java 17 package com.example.android.support.wearable.notifications;
25 "com.example.android.support.wearable.notifications.MESSAGE";
27 "com.example.android.support.wearable.notifications.REPLY";
NotificationPreset.java 17 package com.example.android.support.wearable.notifications;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.h 24 // Container for all notifications shown in requestAutocomplete dialog.
44 - (void)setNotifications:(const autofill::DialogNotifications&) notifications;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
garden-o-matic.js 73 var updating = new ui.notifications.Info('Loading commit data ...');
97 g_info.add(new ui.notifications.Info('Could not find test results for ' + builderName + '.'));
102 g_revisionHint = new ui.notifications.Info('');
133 var unexpectedFailuresView = new ui.notifications.Stream();
136 g_info = new ui.notifications.Stream();
summary-mock.js 121 var failingTestsSummary = new ui.notifications.FailingTestsSummary();
140 var buildersFailing = new ui.notifications.BuildersFailing();
150 var actions = new ui.notifications.Stream();
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 205 // The notifications are returned in |notifications| and the ownership of them
215 HistoryNotifications* notifications);
218 // The notifications are returned in |notifications| and the ownership of them
224 HistoryNotifications* notifications);
231 // The notifications are returned in |notifications| and the ownership of them
238 HistoryNotifications* notifications);
242 // The notifications are returned in |notifications| and the ownership of the
    [all...]
android_provider_backend.cc 257 HistoryNotifications notifications; local
262 &notifications))
266 BroadcastNotifications(&notifications);
272 HistoryNotifications notifications; local
276 AndroidURLID id = InsertHistoryAndBookmark(values, true, &notifications);
281 BroadcastNotifications(&notifications);
289 HistoryNotifications notifications; local
294 &notifications))
298 BroadcastNotifications(&notifications);
306 HistoryNotifications notifications; local
    [all...]
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit_unittest.cc 45 const message_center::NotificationList::Notifications& notifications = local
47 for (message_center::NotificationList::Notifications::const_iterator iter =
48 notifications.begin(); iter != notifications.end(); ++iter) {
77 // No notifications when no session limit.
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 10 * them as Chrome notifications.
16 * 3. Showing the received cards as notifications.
37 * Initial period for polling for Google Now Notifications cards to use when the
43 * Mininal period for polling for Google Now Notifications cards.
48 * Maximal period for polling for Google Now Notifications cards to use when the
124 * Server response with notifications and groups.
129 * notifications: Array.<ReceivedNotification>
193 wrapper.instrumentChromeApiFunction('notifications.clear', 1);
194 wrapper.instrumentChromeApiFunction('notifications.create', 2);
195 wrapper.instrumentChromeApiFunction('notifications.getPermissionLevel', 0)
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 182 const NotificationList::Notifications& notifications,
184 for (NotificationList::Notifications::const_iterator iter =
185 notifications.begin(); iter != notifications.end(); ++iter) {
378 // Block all notifications. All popups are gone and message center should be
439 // Unblock notifications, the id1 should appear as a popup.
519 // TotalNotificationBlocker suppresses showing notifications even from the list.
551 NotificationList::Notifications notifications local
769 const NotificationList::Notifications& notifications = local
    [all...]

Completed in 568 milliseconds

12 3 4 5 6 7 8 910