HomeSort by relevance Sort by last modified time
    Searched full:notification (Results 251 - 275 of 994) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/google/android/mms/pdu/
PduContentTypes.java 94 "application/vnd.syncml.notification", /* 0x44 */
104 "application/vnd.syncml.ds.notification", /* 0x4E */
  /frameworks/base/docs/html/guide/basics/
building-blocks.jd 49 events (such as a notification) system-wide.</dd>
63 <dd>A Notification is a small icon that appears in the status bar. Users
  /frameworks/base/include/binder/
IBinder.h 98 * Register the @a recipient for a notification if this binder
124 * Remove a previously registered death notification.
  /hardware/qcom/gps/loc_api/libloc_api-rpc/rpc_inc/
loc_api_fixup.h 82 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
175 /* flags for notification */
  /packages/apps/Email/res/values/
arrays.xml 84 <!-- The vibrate notification modes -->
94 <!-- The vibrate notification values -->
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 47 * from a notification.)
105 // failed - repost notification, and exit
  /packages/apps/Email/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 97 // There seems to be no good way to examine the contents of Notification, so let's verify
195 // Remove the notification. Comment it out when you want to know how it looks like.
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 105 * The content:// style URL for this table. When this Uri is used, no notification is
116 * @param notify True to send a notification is the content changes.
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 35 * notification volume.
113 // The user wants the notification to be same as ring, so do a
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
mmc_omap_api.h 145 User callback function for request completion notification
150 User callback function for request error notification
182 FNotify fnotify; /* callback for request completion notification */
183 FError ferror; /* callback for request error notification */
231 /* User callback function for request completion notification */
232 FNotify fnotify_read;/* callback for read request completion notification */
233 FNotify fnotify_write;/* callback for write request completion notification */
234 FError ferror; /* callback for request error notification */
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 318 * Receive notification of a notation declaration.
336 * Receive notification of an unparsed entity declaration.
422 * Receive notification of the beginning of the document.
456 * Receive notification of the end of the document.
501 * Receive notification of the start of a Namespace mapping.
528 * Receive notification of the end of a Namespace mapping.
562 * Receive notification of the start of an element.
637 * Receive notification of the end of an element.
671 * Receive notification of character data inside an element.
709 * Receive notification of ignorable whitespace in element content
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java 1303 GpsNiNotification notification = new GpsNiNotification(); local
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 19 import android.app.Notification;
106 private Notification mTetheredNotification;
395 mTetheredNotification = new Notification();
399 mTetheredNotification.defaults &= ~Notification.DEFAULT_SOUND;
400 mTetheredNotification.flags = Notification.FLAG_ONGOING_EVENT;
621 // notification from the master SM that it's not in tether mode
627 // notification that this interface is down
629 // notification that this interface is up
631 // notification from the master SM that it had an error turning on cellular dun
633 // notification from the master SM that it had trouble enabling IP Forwardin
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.h 175 // check whether to make resume notification; if needed, then make resume notification
176 // Return value: 1 means making resume notification normally (underflow->auto resume),
177 // 2 means making resume notification for download complete
212 // simple routine to focus on sending resume notification only
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 402 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
420 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
423 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
435 m_notificationsToPost.append(make_pair(object, notification));
439 postPlatformNotification(object, notification);
  /system/core/adb/
usb_osx.c 67 //* To set up asynchronous notifications, create a notification port and
110 //* devices and to arm the notification
261 // Register for an interest notification of this device being removed.
263 // notification.
272 DBG("ERR: Unable to create interest notification (%08x)\n", kr);
  /external/bluetooth/glib/gio/
gappinfo.c 771 * Initiates startup notification for the application and returns the
774 * Startup notification IDs are defined in the <ulink
775 * url="http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt">
778 * Returns: a startup notification ID for the application, or %NULL if
803 * @startup_notify_id: the startup notification id that was returned by g_app_launch_context_get_startup_notify_id().
806 * the application startup notification started in g_app_launch_context_get_startup_notify_id().
  /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()) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 276 * The notification that the new status is available will be received through
320 * <p/>The thread info can be accessed by {@link ClientData#getThreads()}. The notification
333 * <p/>The notification that the new data is available
345 * <p/>The notification that the new data is available
378 * The notification that the new data is available will be received through
413 * The notification that the new status is available will be received through
430 * The notification that the new data is available will be received through
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 810 * Receive notification of a notation declaration.
834 * Receive notification of an unparsed entity declaration.
892 * Receive notification of the beginning of the document.
947 * Receive notification of the end of the document.
967 * Receive notification of the start of a Namespace mapping.
989 * Receive notification of the end of a Namespace mapping.
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 19 import android.app.Notification;
63 Notification note = new Notification(this, R.drawable.rss_icon, "RSS Service",
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 136 // Make the Command Complete notification
157 // do not send resume notification due to download complete
161 // check resume notification
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.app.Service.html 93 <A NAME="android.app.Service.startForeground_added(int, android.app.Notification)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/Service.html#startForeground(int, android.app.Notification)" target="_top"><code>startForeground</code></A>(<code>int,</nobr> Notification<nobr><nobr></code>)</nobr>
pkg_android.app.html 148 <A NAME="Notification"></A>
149 <nobr><A HREF="android.app.Notification.html">Notification</A></nobr>
  /frameworks/base/include/media/
AudioRecord.h 215 * with marker == 0 cancels marker notification callback.
233 * Calling setPositionUpdatePeriod with updatePeriod == 0 cancels new position notification
240 * updatePeriod: position update notification period expressed in frames.

Completed in 386 milliseconds

<<11121314151617181920>>