HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 651 - 675 of 4347) sorted by null

<<21222324252627282930>>

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 116 * @param notify True to send a notification is the content changes.
120 static Uri getContentUri(long id, boolean notify) {
123 LauncherProvider.PARAMETER_NOTIFY + "=" + notify);
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 667 * Notify the Receive Error Scenario to the Upper Layer
675 /* Notify the Poll/Emulation Configure failure to the upper layer */
693 /* Notify the Poll Configure failure to the upper layer */
723 /* Notify the Configure failure to the upper layer */
739 /* Notify the Configure failure to the upper layer */
764 /* Notify the Transceive failure to the upper layer */
782 /* Notify the General failure to the upper layer */
799 /* Notify the General failure to the upper layer */
829 /* Notify the Connect or Disconnect failure to the upper layer */
832 /* Notify the General failure to the upper layer *
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 377 public void removeAttachment(boolean notify) {
386 updateState(HAS_ATTACHMENT, false, notify);
387 if (notify) {
456 // If we were successful, update mAttachmentType and notify
691 public void setSubject(CharSequence s, boolean notify) {
693 updateState(HAS_SUBJECT, (s != null), notify);
755 private void removeSubjectIfEmpty(boolean notify) {
757 setSubject(null, notify);
765 private void prepareForSave(boolean notify) {
808 public Uri saveAsMms(boolean notify) {
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 59 /* Notify app using callback associated with the active ndef */
72 /* Notify app using callback associated with the active ndef */
214 /* Notify app of AID data */
538 /* Notify app that listening has stopped if requested (for API deregister) */
844 /* If listening for ISO_DEP, but not NDEF nor UICC, then notify CE module now and wait for reader/writer to SELECT an AID */
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 197 // Remove socket so that we will not be able to notify the existing browser.
206 // Test that we can still notify a process on the same host even after the
222 // notify it over the socket.
247 // notify it over the socket.
296 // notify it over the socket before of a bad cookie.
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 134 // Notify |webmediaplayer_| that initialization has finished.
137 // Notify |webmediaplayer_| that a seek has finished.
140 // Notify |webmediaplayer_| that the media has ended.
143 // Notify |webmediaplayer_| that a pipeline error has occurred during
147 // Notify |webmediaplayer_| that there's a network event.
  /external/chromium_org/chrome/browser/
process_singleton_linux_unittest.cc 289 // Remove socket so that we will not be able to notify the existing browser.
297 // Test that we can still notify a process on the same host even after the
310 // notify it over the socket.
328 // notify it over the socket.
378 // notify it over the socket before of a bad cookie.
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
NotificationController.java 128 mNotificationManager.notify(0, builder.build());
144 mNotificationManager.notify(0, builder.build());
158 mNotificationManager.notify(0, builder.build());
170 mNotificationManager.notify(0, builder.build());
202 mNotificationManager.notify(0, builder.build());
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 185 * Internal method to insert a new Cell Broadcast into the database and notify observers.
201 // Return true on DB write failure because we still want to notify the user.
211 * Internal method to delete a cell broadcast by row ID and notify observers.
230 * Internal method to delete all cell broadcasts and notify observers.
246 * Internal method to mark a broadcast as read and notify observers. The broadcast can be
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 99 // No voicemails to notify about: clear the notification.
113 // Determine the call corresponding to the new voicemail we have to notify about.
140 // Check if this is the new call we need to notify about.
194 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
240 * notify about in the call log.
  /external/chromium_org/chrome/common/extensions/
extension_messages.h 477 // Notify the renderer that its window has closed.
480 // Notify the renderer that an extension wants notifications when certain
500 // Notify the browser that the given extension added a listener to an event.
505 // Notify the browser that the given extension removed a listener from an
511 // Notify the browser that the given extension added a listener to an event from
517 // Notify the browser that the given extension is no longer interested in
523 // Notify the browser that the given extension added a listener to instances of
531 // Notify the browser that the given extension is no longer interested in
539 // Notify the browser that an event has finished being dispatched.
594 // Sent from the renderer to the browser to notify that content scripts ar
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 246 * Notify all mDataConnectionRatChangeRegistrants using an
282 * @param h handler to notify
303 * @param h handler to notify
419 result.lockObj.notify();
460 * @param h handler to notify
478 * @param h handler to notify
499 * @param h handler to notify
514 * @param h handler to notify
532 * @param h handler to notify
551 * @param h handler to notify
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_host.cc 161 content::NotificationService::current()->Notify(
217 content::NotificationService::current()->Notify(
263 content::NotificationService::current()->Notify(
270 bool notify = !did_stop_loading_; local
273 if (notify) {
295 content::NotificationService::current()->Notify(
452 content::NotificationService::current()->Notify(
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 189 * @param observer a callback to use to notify when the package installation in finished.
206 * @param observer a callback to use to notify when the package deletion in finished.
291 * @param observer call back used to notify when
315 * notify when the operation is completed.May be null
325 * @param observer a callback used to notify when the deletion is finished.
333 * @param observer a callback used to notify when the operation is completed.
342 * @param observer a callback to use to notify when the asynchronous
  /external/chromium_org/third_party/sqlite/src/test/
notify1.test 27 # Warm body test. Test that an unlock-notify callback can be registered
61 # a NULL xNotify argument) cancels a pending notify callback.
241 # allocating an array to use as an argument to an unlock-notify callback
263 # 1) The transaction opened by [db] was not committed. No unlock-notify
265 # 2) The transaction opened by [db] was committed and 60 unlock-notify
284 # waiting on an unlock-notify callback.
287 # already waiting on an unlock-notify callback, and then
289 # transaction, the unlock-notify callback is not invoked.
293 # unlock-notify callback is therefore invoked.
377 # unlock-notify function is registered, all are invoked correctly
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 573 notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
604 notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
642 notifier->Notify(chrome::NOTIFICATION_HISTORY_URLS_MODIFIED,
671 notifier->Notify(chrome::NOTIFICATION_HISTORY_URL_VISITED,
710 notifier->Notify(chrome::NOTIFICATION_HISTORY_URL_VISITED,
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 276 boolean notify = true;
308 notify = false;
312 notify = false;
316 notify = false;
320 notify = false;
508 if (notify) {
542 boolean notify = false;
550 notify = true;
559 notify = true;
604 if ((deletedRows > 0) && notify) {
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 689 * HDR#*, HASH(4), notify
700 vchar_t *notify = NULL;
734 if (notify != NULL) {
740 notify = vmalloc(pa->len);
741 if (notify == NULL) {
743 "failed to get notify buffer.\n");
746 memcpy(notify->v, pa->ptr, notify->l);
777 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
824 if (notify != NULL
699 vchar_t *notify = NULL; local
1510 vchar_t *notify = NULL; local
    [all...]
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 336 * pEndOfCfg : tag string to notify the end of configuration file
337 * pSTagString : tag string to notify purpose of the value
338 * pETagString : tag string to notify the end of the value
458 * pEndOfCfg : tag string to notify the end of configuration file
459 * pSTagString : tag string to notify purpose of the value
460 * pETagString : tag string to notify the end of the value
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 336 * pEndOfCfg : tag string to notify the end of configuration file
337 * pSTagString : tag string to notify purpose of the value
338 * pETagString : tag string to notify the end of the value
458 * pEndOfCfg : tag string to notify the end of configuration file
459 * pSTagString : tag string to notify purpose of the value
460 * pETagString : tag string to notify the end of the value
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 94 * <p>(Two possible approaches: wait-notify based and queue-based. Some
266 // We expect these values to be overwritten during the notify()/wait()
271 notify(); method
315 notify(); method
335 // We expect these values to be overwritten during the notify()/wait()
342 notify(); method
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_main.c 125 /* EVT_DISABLED */ {BTA_SYS_HW_EVT_DISABLED, BTA_SYS_HW_API_ENABLE, BTA_SYS_HW_STARTING}, /* successive enable/disable: notify, then restart HW */
145 /* STACK_ENABLED */ {BTA_SYS_HW_EVT_STACK_ENABLED, BTA_SYS_HW_API_DISABLE, BTA_SYS_HW_STOPPING}, /* successive enable/disable: notify, then stop */
349 /* HW already in use, so directly notify the caller */
385 /* if there are still some SW modules using the HW, directly notify the caller */
459 ** i.e. we can really start using the device. So notify the app.
468 APPL_TRACE_DEBUG0(" bta_sys_hw_evt_stack_enabled!notify the callers");
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 334 /* if signaling channel, notify ccb that channel open */
340 /* if media or other channel, notify scb that channel close */
375 /* if signaling channel, notify ccb that channel open */
391 /* if media or other channel, notify scb that channel open */
428 /* if signaling channel, notify ccb of congestion */
434 /* if media or other channel, notify scb that channel open */
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 319 /* if control channel, notify ccb that channel close */
325 /* notify dcb that channel close */
368 /* if control channel, notify ccb that channel open */
375 /* must be data channel, notify dcb that channel open */
410 /* if control channel, notify ccb of congestion */
416 /* notify dcb that channel open */
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 179 // Notify all child processes.
228 // Notify all child processes.
258 // Notify all child processes.
280 // Notify all child processes.
328 // Notify all child processes.
363 // Notify all child processes.

Completed in 1827 milliseconds

<<21222324252627282930>>