HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 51 - 75 of 2192) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
NotificationManager.java 28 * Class to notify the user of events that happen. This is how you tell
42 * Each of the notify methods takes an int id parameter and optionally a
47 * of the notify methods with a (tag, id) pair that is currently active and
101 public void notify(int id, Notification notification) method in class:NotificationManager
103 notify(null, id, notification); method
117 public void notify(String tag, int id, Notification notification) method in class:NotificationManager
122 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
126 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
  /frameworks/base/core/java/android/webkit/
WebBackForwardListClient.java 27 * Notify the client that <var>item</var> has been added to the
34 * Notify the client that the <var>item</var> at <var>index</var> is now
  /frameworks/base/include/media/stagefright/
MediaWriter.h 57 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
59 mListener->notify(msg, ext1, ext2);
  /system/core/adb/
usb_linux_client.c 36 adb_cond_t notify; member in struct:usb_handle
54 adb_cond_wait(&usb->notify, &usb->lock);
120 adb_cond_init(&h->notify, 0);
148 // notify usb_open_thread that we are disconnected
149 adb_cond_signal(&h->notify);
  /external/chromium/base/
observer_list_threadsafe.h 32 // * Any thread may trigger a notification via Notify().
49 // will notify its regular ObserverList.
136 // Notify methods.
139 // that at the completion of the Notify call that all Observers have
142 void Notify(Method m) {
144 Notify<Method, Tuple0>(method);
148 void Notify(Method m, const A &a) {
150 Notify<Method, Tuple1<A> >(method);
153 // TODO(mbelshe): Add more wrappers for Notify() with more arguments.
167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 29 #include "notify.h"
80 /* notify the old DBus API */
84 /* notify the new DBus API */
145 /* notify the old DBus API */
148 /* notify the new DBus API */
161 /* notify the old DBus API */
172 /* notify the old DBus API */
174 /* notify the new DBus API */
402 /* Notify a new peer has been detected*/
474 * This can be used to notify
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_test_api.cc 29 NotificationService::current()->Notify(
41 NotificationService::current()->Notify(
80 NotificationService::current()->Notify(
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 36 // Calls Notify().
45 virtual void Notify();
51 // Cache of value from user pref store (set between Get() and Notify() calls).
pref_notifier.h 11 // Delegate interface used by PrefValueStore to notify its owner about changes
  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc 19 signals_.Connect(button_, "enter-notify-event",
21 signals_.Connect(button_, "leave-notify-event",
115 // GTK+ does not emit leave-notify-event signals when a widget
  /frameworks/base/core/java/android/text/
TextWatcher.java 25 * This method is called to notify you that, within <code>s</code>,
34 * This method is called to notify you that, within <code>s</code>,
43 * This method is called to notify you that, somewhere within
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 39 void start(const sp<AMessage> &notify);
131 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify) {
135 mNotify = notify;
245 sp<AMessage> notify = mNotify->dup(); local
246 notify->setInt32("what", kNotifyBuffer);
247 notify->setObject("buffer", out);
248 notify->setInt32("oob", true);
249 notify->post();
253 sp<AMessage> notify = mNotify->dup(); local
254 notify->setInt32("what", kNotifyBuffer)
352 sp<AMessage> notify = mNotify->dup(); local
372 sp<AMessage> notify = mNotify->dup(); local
394 sp<AMessage> notify = mNotify->dup(); local
556 sp<AMessage> notify = local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 132 // Notify the bundle client.
135 // Notify the UIProcess.
272 // Notify the bundle client.
286 // Notify the bundle client.
289 // Notify the UIProcess.
299 // Notify the bundle client.
309 // Notify the bundle client.
321 // Notify the bundle client.
324 // Notify the UIProcess.
336 // Notify the bundle client
    [all...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
ResultObserver.java 24 * Notify failure.
  /external/blktrace/
act_mask.c 26 DECLARE_MASK_MAP(NOTIFY),
  /external/chromium/chrome/browser/automation/
ui_controls_internal.h 17 // A |followup| Task can be specified to notify the caller when the mouse
  /external/chromium/chrome/browser/service/
service_process_control_mac.mm 24 NewRunnableMethod(this, &Launcher::Notify));
  /external/chromium/chrome/browser/tab_contents/
popup_menu_helper_mac.h 19 // Creates a PopupMenuHelper that will notify |render_view_host| when a user
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui_unittest.cc 20 // CloudPrintSetupSource::StartDataRequest. If any of these trip, notify the
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui.h 21 // Notify the Web UI renderer that preview data is available.
  /external/libnfc-nxp/src/
nfc_osal_deferred_call.h 7 * This type of API is called from ClientApplication ( main thread) to notify
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 34 const sp<AMessage> &notify)
36 mNotify(notify),
391 sp<AMessage> notify = mNotify->dup(); local
392 notify->setInt32("what", kWhatEOS);
393 notify->setInt32("audio", static_cast<int32_t>(audio));
394 notify->setInt32("finalResult", finalResult);
395 notify->post();
558 sp<AMessage> notify = mNotify->dup(); local
559 notify->setInt32("what", kWhatFlushComplete);
560 notify->setInt32("audio", static_cast<int32_t>(audio))
609 sp<AMessage> notify = mNotify->dup(); local
    [all...]
  /packages/apps/Bluetooth/res/values-en-rGB/
test_strings.xml 13 <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string>
  /packages/apps/Bluetooth/res/values-tl/
test_strings.xml 13 <string name="notify_server" msgid="4369106744022969655">"I-notify ang TCP server"</string>
  /packages/apps/Exchange/src/com/android/exchange/
EmailSyncAlarmReceiver.java 77 // Keep track of which mailboxes to notify; we'll only notify each one once
94 // Keep track of which mailboxes to notify; we'll only notify each one once

Completed in 2315 milliseconds

1 23 4 5 6 7 8 91011>>