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

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 72 /** Supplementary Service Notification received. */
164 * state change notification. DefaultPhoneNotifier is
736 // This function is added to send the notification to DefaultPhoneNotifier.
    [all...]
RIL.java 2688 SuppServiceNotification notification = new SuppServiceNotification(); local
3052 CdmaCallWaitingNotification notification = new CdmaCallWaitingNotification(); local
    [all...]
  /packages/apps/Calendar/res/values/
strings.xml 170 <!-- the title of the alert/notification activity -->
172 <!-- Notification window messages: -->
271 <!-- Button labels on expanded notification reminders: -->
277 causes them to disappear from the notification screen. -->
379 <!-- The vibrate notification modes -->
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 101 * Receive notification of the beginning of a document.
177 * Receive notification of the end of a document.
241 * Receive notification of a processing instruction.
  /dalvik/vm/
Ddm.c 254 * Turn thread notification on or off.
278 * Send a notification when a thread starts or stops.
333 * Send a notification when a thread's name changes.
  /development/samples/ApiDemos/res/values/
strings.xml 199 <string name="short_notification_text">Short notification</string>
200 <string name="long_notification_text">This is a long notification. See, you might need a second more to read it.</string>
201 <string name="status_bar_notification_title">Sample Notification</string>
203 <string name="notifying_service_controller">This service will update a status bar notification
258 <!-- app/notification examples strings -->
261 <string name="short_notification">Short notification.</string>
262 <string name="long_notification">Long notification.</string>
268 <string name="custom_notification">Custom Notification:</string>
281 <string name="status_bar_notifications_clear">Clear notification</string>
    [all...]
  /external/bluetooth/glib/gobject/
gobject.h 260 * don't need to emit property change notification explicitly, this is handled
272 * @dispatch_properties_changed: emits property change notification for a bunch
461 * A callback function used for notification when the state
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 593 SDL_SetError ("CDPlayer Notification: buffer underrun");
596 SDL_SetError ("CDPlayer Notification: player is uninitialized");
599 SDL_SetError ("CDPlayer Notification: unknown error %ld", inStatus);
AudioFilePlayer.c 191 /* #warning This should redirect the calling of notification code to some other thread */
197 SDL_SetError ("Notification posted with no notifier in place");
  /external/srec/portable/include/
ptrd.h 178 * notification.
183 * without a notification.
211 * without a notification.
  /external/tcpdump/
isakmp.h 127 #define ISAKMP_NPTYPE_N 11 /* Notification */
305 /* 3.14 Notification Payload */
313 /* Notification Data */
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 112 <li>If you are replacing a notification, shortcut, or other such "inner"
171 <p>Another approach you can take is to set the notification activity's
178 This approach is useful if you would like the notification
  /frameworks/base/include/media/
AudioTrack.h 268 * type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker notification
286 * Calling setPositionUpdatePeriod with updatePeriod == 0 cancels new position notification
292 * updatePeriod: position update notification period expressed in frames.
  /packages/apps/DeskClock/res/values/
strings.xml 205 <!-- Text to display in the small text of the notification -->
208 <!-- Text to display in the notification ticker and label -->
211 <!-- Text to display in the notification when the alarm has been snoozed -->
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 267 // Update the notification for failed messages since they may be deleted.
351 * so that we can use it for notification.
485 * with the number from where it received the Notification with
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java 79 // notification from the telephony layer that a call-waiting call has
321 if (DBG) log("Received Display Info notification done event ...");
602 // of the phone. Notification Alerts (audible or vibrating) should
624 // in-call notification ourselves (below), and the InCallScreen
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 418 // selection notification through our implementation of IUiSelectionListener.
437 // selection notification through our implementation of IUiSelectionListener.
472 // selection notification through our implementation of IUiSelectionListener.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
PKIXCertPathReviewer.java 203 * Returns an Array of Lists which contains a List of global notification messages
205 * The global notificatio List is at index 0. The notification lists for each certificate at index 1 to n.
207 * @return the Array of Lists which contain the notification messages
216 * Returns an List of notification messages for the certificate at the given index in the CertPath.
219 * @return List of notification messages for the certificate
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 60 * Receive notification of the start of an element.
331 * Receive notification of the end of an element.
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 520 void MediaPlayer::deliverNotification(MediaPlayerProxyNotificationType notification)
522 m_private->deliverNotification(notification);
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 170 -(void)loadStateChanged:(NSNotification *)notification;
171 -(void)rateChanged:(NSNotification *)notification;
172 -(void)sizeChanged:(NSNotification *)notification;
173 -(void)timeChanged:(NSNotification *)notification;
174 -(void)didEnd:(NSNotification *)notification;
287 // In newer version of QuickTime, a notification is emitted when maxTimeLoaded changes.
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 200 // FIXME: Should we add a notification for when the vendor port dies?
256 // The plug-in host must have died, but we haven't received the death notification yet.
  /external/webkit/WebKit/mac/Plugins/
WebPluginController.mm 469 - (void)_webPluginContainerPostMediaPlayerNotification:(int)notification forElement:(DOMElement *)element
473 client->deliverNotification((MediaPlayerProxyNotificationType)notification);
  /external/webkit/WebKit/win/
WebIconDatabase.cpp 305 // Queueing the empty string is a special way of saying "this queued notification is the didRemoveAllIcons notification"
  /frameworks/base/core/java/android/os/
IBinder.java 187 * Register the recipient for a notification if this binder
206 * Remove a previously registered death notification.

Completed in 201 milliseconds

<<11121314151617181920>>