/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipPhone.java | 173 if (foregroundCall.getState() != SipCall.State.IDLE) { 354 setState(Call.State.IDLE); 521 that.setState(Call.State.IDLE); 611 private Call.State mState = Call.State.IDLE; 839 if (call.getState() != Call.State.IDLE) { 841 "cannot put conn back to a call in non-idle state: " 871 case SipSession.State.READY_TO_CALL: return Call.State.IDLE; [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 82 Phone.State state = Phone.State.IDLE; 138 if (state != Phone.State.IDLE) { 207 // That call must be idle, so place anything that's 282 // ringing Call state change to idle is in CdmaCall.detach 452 state = Phone.State.IDLE; 455 if (state == Phone.State.IDLE && oldState != state) { 458 } else if (oldState == Phone.State.IDLE && oldState != state) { 736 // The ringingCall state will change to IDLE in CdmaCall.detach 738 // set the ringing call state to IDLE here to avoid a race condition [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 77 /** The handler for idle connections. */ 233 * Closes idle connections. 235 * @param idletime the time the connections should have been idle
|
/external/kernel-headers/original/linux/sunrpc/ |
svc.h | 26 * a list of idle threads waiting for input. 31 struct list_head sv_threads; /* idle server threads */ 112 struct list_head rq_list; /* idle list */
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 86 0x04 Page table idle cycle limit incremented 87 0x08 Page table idle cycle limit decremented 219 0x10 Nop DW sent (idle)
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 239 * Sends a series of key events through instrumentation and waits for idle. The sequence 294 * Sends a series of key events through instrumentation and waits for idle. For instance: 317 * Sends a series of key events through instrumentation and waits for idle. Each key code
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.Contacts.PresenceColumns.html | 108 <A NAME="android.provider.Contacts.PresenceColumns.IDLE"></A> 109 <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Contacts.PresenceColumns.html#IDLE" target="_top"><code>IDLE</code></A></nobr>
|
android.provider.ContactsContract.StatusColumns.html | 108 <A NAME="android.provider.ContactsContract.StatusColumns.IDLE"></A> 109 <nobr><code>int</code> <A HREF="../../../../reference/android/provider/ContactsContract.StatusColumns.html#IDLE" target="_top"><code>IDLE</code></A></nobr>
|
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 195 Phone.State state = cm.getState(); // IDLE, RINGING, or OFFHOOK 208 if ((ringingCall.getState() != Call.State.IDLE) 213 } else if ((fgCall.getState() != Call.State.IDLE) 214 || (bgCall.getState() != Call.State.IDLE)) { 219 // (2) the phone is IDLE but a call just ended and it's still in 226 // that the phone is *truly* idle. 278 if (fgCall.getState() == Call.State.IDLE) { 336 * totally idle. (See comments in updateState() above.) 355 // There's no call to display, presumably because the phone is idle. 401 case IDLE [all...] |
/bionic/libc/kernel/common/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/development/ndk/platforms/android-3/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND"
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultConnectionKeepAliveStrategy.java | 43 * that a connection can remain idle.
|
/external/bluetooth/glib/glib/ |
gthreadpool.h | 108 /* Set maximum time a thread can be idle in the pool before it is stopped */
|
/external/chromium/base/threading/ |
worker_pool_posix.h | 54 // worker threads. Wakes up all the idle threads to let them exit.
|
/external/chromium/chrome/common/extensions/docs/ |
samples.json | 105 "chrome.idle.onStateChanged": "idle.html#event-onStateChanged", 106 "chrome.idle.queryState": "idle.html#method-queryState", [all...] |
/external/chromium/net/base/ |
load_states.h | 15 // either not yet begun or is idle waiting for the consumer to do something
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.h | 122 // Returns an idle worker thread which is ready to receive GetProxyForURL()
|
/external/chromium/net/spdy/ |
spdy_http_utils.cc | 119 case IDLE:
|
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 206 cout << "\t--idle-timeout=<seconds> (default is 300)\n"; 267 if (cl.HasSwitch("idle-timeout")) { 269 atoi(cl.GetSwitchValueASCII("idle-timeout").c_str()); 300 LOG(INFO) << "Connection idle timeout : "
|
/external/kernel-headers/original/asm-x86/ |
irqflags_32.h | 76 * Used in the idle loop; sti takes one instruction cycle
|
/external/qemu/distrib/ |
README | 38 the guest system is idle. This is now disabled since Linux 2.6.21 and beyond use
|
/external/webkit/Source/WebCore/html/shadow/ |
TextControlInnerElements.h | 126 Idle,
|
/external/webkit/Source/WebCore/notifications/ |
Notification.h | 135 Idle = 0,
|
/external/webkit/Source/WebKit/chromium/public/ |
WebApplicationCacheHost.h | 55 Idle,
|
/external/webkit/Source/WebKit/chromium/src/ |
AssertMatchingEnums.cpp | 207 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::Idle, ApplicationCacheHost::IDLE); 321 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::Idle, MediaPlayer::Idle);
|