/external/chromium/third_party/libjingle/source/talk/base/ |
network.h | 107 // Updates the list of sessions that are ongoing.
|
task.h | 47 // (1) It manages ongoing work on the UI thread. Multitasking without
|
/external/libusb/ |
PORTING | 20 Your backend must also provide an event handling function to "reap" ongoing
|
/external/libusb_aah/ |
PORTING | 20 Your backend must also provide an event handling function to "reap" ongoing
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 54 * safe. In particular, {@link #close} will always immediately abort ongoing
|
/frameworks/base/docs/html/design/patterns/ |
notifications.jd | 254 <h4>Ongoing notifications</h4> 255 <p>Ongoing notifications keep users informed about an ongoing process in the background. For example, music players announce the currently playing track in the notification system and continue to do so until the user stops the playback. They can also be used to show the user feedback for longer tasks like downloading a file, or encoding a video. Ongoing notifications cannot be manually removed from the notification drawer.</p>
|
/frameworks/base/docs/html/training/load-data-background/ |
setup-loader.jd | 37 query is ongoing.
|
/frameworks/base/docs/html/training/notify-user/ |
managing.jd | 102 notification ID. This method also deletes ongoing notifications.
|
/frameworks/base/services/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 42 * thrown if there is a ongoing query.
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationTestList.java | 277 new StateStress("Stress - Ongoing / Latest", 100, 100, new Runnable[] { 280 Log.d(TAG, "Stress - Ongoing/Latest 0"); 283 null, System.currentTimeMillis(), "Stress - Ongoing", 291 Log.d(TAG, "Stress - Ongoing/Latest 1"); [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
Selector.java | 56 * Closes this selector. Ongoing calls to the {@code select} methods of this
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 86 private static final int ONGOING = 1; 159 * is ongoing. 168 * if another decoding operation is ongoing. 335 status = endOfInput ? END : ONGOING;
|
/packages/apps/Camera/src/com/android/camera/ |
MosaicFrameProcessor.java | 179 // Publish progress of the ongoing processing
|
/packages/apps/Gallery2/src/com/android/camera/ |
MosaicFrameProcessor.java | 180 // Publish progress of the ongoing processing
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
MosaicFrameProcessor.java | 177 // Publish progress of the ongoing processing
|
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 147 * Return whether or not a notification, based on the passed-in id, needs to be "ongoing" 149 * @return whether or not the notification must be "ongoing" 152 // "Security needed" must be ongoing so that the user doesn't close it; otherwise, sync will 176 Integer number, boolean enableAudio, boolean ongoing) { 194 .setOngoing(ongoing); [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 110 * <li>Notification of an ongoing file download (with a progress bar, for example) should be stamped when the download started.</li> 113 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time. 114 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time. 301 * set if this notification is in reference to something that is ongoing, [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_api.h | 326 #define BTA_AG_CALLSETUP_INCOMING 1 /* Incoming call process ongoing */ 327 #define BTA_AG_CALLSETUP_OUTGOING 2 /* Outgoing call set up is ongoing */
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_mac.h | 145 // Cancel ongoing composition (abandon the marked text). 147 // Confirm ongoing composition.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractScheduledService.java | 324 * not scheduled while a cancel is ongoing. Also it protects the currentFuture variable to 377 // Ensure that a task cannot be rescheduled while a cancel is ongoing.
|
/external/webrtc/test/functional_test/ |
webrtc_test.html | 43 var callState = 0; // 0 - Not started, 1 - Call ongoing 315 // ongoing.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
Lock.java | 112 * qualities. Further, the ability to interrupt the <em>ongoing</em> 117 * ongoing lock acquisition. An implementation is required to clearly
|
/bionic/libc/bionic/ |
pthread_key.cpp | 222 // unmapped but before the ongoing pthread_join() is finished.
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
WiFiDirectActivity.java | 235 * already connected. Else, request WifiP2pManager to abort the ongoing
|
/external/chromium/chrome/browser/ui/gtk/ |
reload_button_gtk.cc | 176 // ongoing user edits, since it doesn't realize this is a user-initiated
|