HomeSort by relevance Sort by last modified time
    Searched refs:Notification (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/webkit/WebCore/dom/
EventTarget.cpp 153 Notification* EventTarget::toNotification()
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 19 import android.app.Notification;
107 private Notification mTetheredNotification;
395 mTetheredNotification = new Notification();
399 mTetheredNotification.defaults &= ~Notification.DEFAULT_SOUND;
400 mTetheredNotification.flags = Notification.FLAG_ONGOING_EVENT;
619 // notification from the master SM that it's not in tether mode
625 // notification that this interface is down
627 // notification that this interface is up
629 // notification from the master SM that it had an error turning on cellular dun
631 // notification from the master SM that it had trouble enabling IP Forwardin
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 39 #include "Notification.h"
417 if (Notification* notification = target->toNotification())
418 return toV8(notification);
497 PassRefPtr<EventListener> V8DOMWrapper::getEventListener(Notification* notification, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
499 if (notification->scriptExecutionContext()->isWorkerContext()) {
V8Index.h 102 V(NOTIFICATION, Notification) \
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 20 import android.app.Notification;
139 * The Notification object given to the NotificationManager.
141 private Notification mNotification;
155 /** Notification type. */
163 /** Notification id. */
452 // This is a notification from
522 // This is a notification from
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 19 import android.app.Notification;
684 * Called when we receive a ACTION_MEDIA_EJECT notification.
763 // Share this notification directly with our widgets
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 20 import android.app.Notification;
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 26 import android.app.Notification;
124 * An error notification is sent if sync of any of the providers has been failing for this long.
372 // a sync alarm notification and when we finish processing it. We need to do this
2056 Notification notification = local
2065 mNotificationMgr.notify(account.hashCode() ^ authority.hashCode(), notification); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 27 import android.app.Notification;
246 // Variables relating to the 'available networks' notification
249 * The icon to show in the 'available networks' notification. This will also
250 * be the ID of the Notification given to the NotificationManager.
255 * When a notification is shown, we wait this amount before possibly showing it again.
259 * Whether the user has set the setting to show the 'available networks' notification.
268 * to show the notification again.
272 * The Notification object given to the NotificationManager.
274 private Notification mNotification;
276 * Whether the notification is being shown, as set by us. That is, if th
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 24 import android.app.Notification;
417 startForeground(0, new Notification());
    [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc     [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 19 import android.app.Notification;
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 161 int id, Notification notification, boolean keepNotification) throws RemoteException;
ActivityManagerNative.java 643 Notification notification = null; local
645 notification = Notification.CREATOR.createFromParcel(data);
648 setServiceForeground(className, token, id, notification, removeNotification);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarService.java 28 import android.app.Notification;
224 // Set up the initial notification state
231 Log.wtf(TAG, "Notification list length mismatch: keys=" + N
371 public void addNotification(IBinder key, StatusBarNotification notification) {
373 if (notification.notification.fullScreenIntent != null) {
375 Slog.d(TAG, "Notification has fullScreenIntent; sending fullScreenIntent");
377 notification.notification.fullScreenIntent.send();
382 StatusBarIconView iconView = addNotificationViews(key, notification);
    [all...]
  /frameworks/base/
Android.mk 242 frameworks/base/core/java/android/app/Notification.aidl \
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 45 import android.app.Notification;
397 * Notification ID for failure to import contacts.
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 48 import android.app.Notification;
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1791 milliseconds

1 2 34