/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 265 * and high latency. Use {@link #cancelDiscovery()} to cancel an ongoing 750 * and high latency. Use {@link #cancelDiscovery()} to cancel an ongoing [all...] |
/frameworks/base/core/java/android/view/ |
ScaleGestureDetector.java | 177 * @param ev MotionEvent to add to the ongoing history
|
/frameworks/base/docs/html/about/versions/ |
android-2.0.jd | 315 <li>Service.setForeground() has been deprecated and now effectively performs no operation. This is replaced with a new API, startForeground(), that helps (and requires) associating an ongoing notification with the foreground state.</li>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 497 notification ID. This method also deletes ongoing notifications. [all...] |
/frameworks/base/packages/SystemUI/res/values-en-rGB/ |
strings.xml | 35 <string name="status_bar_ongoing_events_title" msgid="1682504513316879202">"Ongoing"</string>
|
/frameworks/base/services/common_time/ |
clock_recovery.cpp | 367 // If cur == tgt, there is no ongoing sleq rate change and we are already
|
/packages/apps/Bluetooth/res/values/ |
strings.xml | 191 <string name="status_running">File transfer is ongoing.</string>
|
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 158 * one. Note that we will *not* cancel the ongoing query and eventually replace the avatar 398 // the current ongoing call and/or the current call on hold. 696 if (DBG) log("callerinfo query complete, updating ui from ongoing or onhold"); [all...] |
NotificationMgr.java | 776 // Never display the "ongoing call" notification on [all...] |
InCallScreen.java | [all...] |
PhoneGlobals.java | 309 // Tell the NotificationMgr to update the "ongoing 732 * Returns PendingIntent for hanging up ongoing phone call. This will typically be used from [all...] |
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
DiskLruCache.java | 92 * removals after the call do not impact ongoing reads. 905 /** The ongoing edit or null if this entry is not being edited. */ [all...] |
/external/chromium/base/ |
tracked_objects.h | 117 // be able to run concurrently with ongoing augmentation of the birth and death 146 // asynchronously relative to ongoing updates, and worse yet, some data fields
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_views.cc | 453 // the input caret won't be moved with an ongoing composition text. 525 // sure the input caret won't be moved with an ongoing composition
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackImpl.java | 165 * the request against ongoing transactions. If the From tag, Call-ID, and CSeq 166 * exactly match those associated with an ongoing transaction, but the request 335 * failover managers where you may want to cancel ongoing transactions from a [all...] |
DialogFilter.java | 336 * UAS core MUST check the request against ongoing transactions. If the From tag, Call-ID, 337 * and CSeq exactly match those associated with an ongoing transaction, but the request [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 163 // A table of ongoing transactions indexed by mergeId ( for detecting merged [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | [all...] |
/frameworks/base/docs/html/distribute/googleplay/quality/ |
core.jd | 140 <li>Notifications are persistent only if related to ongoing events (such as music playback or a phone call).</li> 158 <li>Expose information/controls relating to an ongoing event (such as music playback or a phone call).</li>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
BaseStatusBar.java | [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | [all...] |
/libcore/luni/src/main/java/java/util/ |
TimSort.java | 46 * (privately) instantiable; a TimSort instance holds the state of an ongoing 129 * Creates a TimSort instance to maintain the state of an ongoing sort. [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Phaser.java | 548 * Adds a new unarrived party to this phaser. If an ongoing 568 * If an ongoing invocation of {@link #onAdvance} is in progress, [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
MetadataDbHelper.java | [all...] |
/external/chromium/chrome/browser/ui/views/ |
toolbar_view.cc | 353 // ongoing user edits, since it doesn't realize this is a user-initiated
|