HomeSort by relevance Sort by last modified time
    Searched refs:notification (Results 76 - 100 of 320) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
DelayInjector.java 21 import org.junit.runner.notification.RunListener;
InstrumentationRunListener.java 21 import org.junit.runner.notification.RunListener;
SuiteAssignmentPrinter.java 22 import org.junit.runner.notification.Failure;
23 import org.junit.runner.notification.RunListener;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.h 57 void queueNotification(notification_t *notification);
TrustletSession.cpp 65 void TrustletSession::queueNotification(notification_t *notification)
67 notifications.push(*notification);
79 // notification to the just established connection
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 33 void MockBalloonCollection::Add(const Notification& notification,
38 Notification test_notification(
39 notification.origin_url(),
40 notification.content_url(),
41 notification.display_source(),
42 notification.replace_id(),
43 new LoggingNotificationProxy(notification.notification_id()));
47 Balloon* MockBalloonCollection::MakeBalloon(const Notification& notification,
    [all...]
desktop_notifications_unittest.h 17 #include "chrome/browser/notifications/notification.h"
42 virtual void Add(const Notification& notification,
44 virtual Balloon* MakeBalloon(const Notification& notification,
87 // Constructs a notification parameter structure for use in tests.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 19 import android.service.notification.StatusBarNotification;
64 StatusBarNotification notification; field in class:Ticker.Segment
141 this.notification = n;
189 // a notification storm).
192 if (n.getPackageName().equals(seg.notification.getPackageName())
193 && n.getNotification().icon == seg.notification.getNotification().icon
194 && n.getNotification().iconLevel == seg.notification.getNotification().iconLevel
195 && CharSequences.equals(seg.notification.getNotification().tickerText,
207 // If there's already a notification schedule for this package and id, remove it.
210 if (n.getId() == seg.notification.getId() && n.getPackageName().equals(seg.notification.getPackageName()))
    [all...]
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 19 import android.app.Notification;
31 // A special ID assigned to this on-going notification.
38 * Start the SSL web server and set an on-going notification
49 * Stop the SSL web server and remove the on-going notification
67 * Create an on-going notification. It will stop the server when the user
68 * clicks on the notification.
71 Log.d(TAG, "Create an ongoing notification");
78 Notification notification = new Notification.Builder(this) local
    [all...]
  /external/chromium/chrome/browser/cocoa/
keystone_glue.h 21 // A notification posted containing an asynchronous status will always be
22 // followed by a notification with a terminal status.
40 // kAutoupdateStatusNotification is the name of the notification posted when
41 // -checkForUpdate and -installUpdate complete. This notification will be
43 // the notification. Its userInfo dictionary will contain an AutoupdateStatus
91 // The most recent kAutoupdateStatusNotification notification posted.
115 // a kAutoupdateStatusNotification notification, and will also be available
188 // Called when a checkForUpdate: notification completes.
189 - (void)checkForUpdateComplete:(NSNotification*)notification;
191 // Called when an installUpdate: notification completes
    [all...]
  /external/chromium/chrome/browser/notifications/
balloon_collection_linux.cc 16 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification,
18 Balloon* balloon = new Balloon(notification, profile, this);
balloon_collection_win.cc 11 Balloon* BalloonCollectionImpl::MakeBalloon(const Notification& notification,
13 Balloon* balloon = new Balloon(notification, profile, this);
desktop_notifications_unittest.h 15 #include "chrome/browser/notifications/notification.h"
41 virtual void Add(const Notification& notification,
44 virtual Balloon* MakeBalloon(const Notification& notification,
98 // Constructs a notification parameter structure for use in tests.
notification_ui_manager.h 21 class Notification;
27 // The notification manager manages use of the desktop for notifications.
48 // Adds a notification to be displayed. Virtual for unit test override.
49 virtual void Add(const Notification& notification,
93 // Replace an existing notification with this one if applicable;
95 bool TryReplacement(const Notification& notification);
97 // Checks the user state to decide if we want to show the notification.
  /external/junit/src/org/junit/internal/runners/
ClassRoadie.java 8 import org.junit.runner.notification.Failure;
9 import org.junit.runner.notification.RunNotifier;
  /external/junit/src/org/junit/internal/runners/model/
EachTestNotifier.java 8 import org.junit.runner.notification.Failure;
9 import org.junit.runner.notification.RunNotifier;
  /external/junit/src/org/junit/runner/
Result.java 9 import org.junit.runner.notification.Failure;
10 import org.junit.runner.notification.RunListener;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 4 import android.app.Notification;
20 private Notification lastForegroundNotification;
58 public final void startForeground(int id, Notification notification) {
59 lastForegroundNotification = notification;
68 public Notification getLastForegroundNotification() {
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.cpp 113 void WebNotificationCenter::postNotificationInternal(IWebNotification* notification, BSTR notificationName, IUnknown* anObject)
129 observer->onNotify(notification);
162 /* [in] */ IWebNotification* notification)
165 HRESULT hr = notification->name(&name);
170 hr = notification->getObject(&obj);
174 postNotificationInternal(notification, name, obj.get());
185 COMPtr<WebNotification> notification(AdoptCOM, WebNotification::createInstance(notificationName, anObject, userInfo));
186 postNotificationInternal(notification.get(), notificationName, anObject);
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm 149 usingBlock:^(NSNotification *notification) { pluginProcessShimCallbacks.cocoaWindowShown([notification object]); }];
154 usingBlock:^(NSNotification *notification) { pluginProcessShimCallbacks.cocoaWindowHidden([notification object]); }];
  /external/webkit/Source/WebKit2/WebProcess/mac/
FullKeyboardAccessWatcher.mm 35 - (void)retrieveKeyboardUIModeFromPreferences:(NSNotification *)notification
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
userdatahandler01.js 98 var notification;
132 notification = notifications[indexN1009E];
133 operation = notification.operation;
135 key = notification.key;
136 data = notification.data;
152 src = notification.src;
154 dst = notification.dst;
userdatahandler02.js 98 var notification;
132 notification = notifications[indexN1009C];
133 operation = notification.operation;
135 key = notification.key;
136 data = notification.data;
152 src = notification.src;
154 dst = notification.dst;
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.h 100 /* [in] */ IWebNotification *notification);
103 /* [in] */ IWebNotification *notification);
106 /* [in] */ IWebNotification *notification);
109 /* [in] */ IWebNotification *notification);
112 /* [in] */ IWebNotification *notification);
EditingDelegate.cpp 298 /* [in] */ IWebNotification* notification)
302 notification->name(&name);
310 /* [in] */ IWebNotification *notification)
314 notification->name(&name);
322 /* [in] */ IWebNotification *notification)
326 notification->name(&name);
334 /* [in] */ IWebNotification *notification)
338 notification->name(&name);
346 /* [in] */ IWebNotification *notification)
350 notification->name(&name)
    [all...]

Completed in 3581 milliseconds

1 2 34 5 6 7 8 91011>>