/libcore/luni/src/main/java/java/lang/ |
VMThread.java | 64 Thread.State.WAITING, // WAIT 68 Thread.State.WAITING, // VMWAIT
|
Thread.java | 101 * The thread is blocked and waiting for a lock. 105 * The thread is waiting. 107 WAITING, 109 * The thread is waiting for a specified amount of time. [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
PKIStatus.java | 39 waiting (3), 60 * waiting 62 WAITING(3),
|
/external/chromium/net/url_request/ |
url_request_test_job.cc | 83 stage_(WAITING), 93 stage_(WAITING), 105 stage_(WAITING), 159 if (stage_ == WAITING) { 217 case WAITING:
|
url_request_test_job.h | 105 enum Stage { WAITING, DATA_AVAILABLE, ALL_DATA, DONE };
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Call.java | 30 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING; 37 return this == INCOMING || this == WAITING; 54 // For CDMA, during call waiting/3 way, there is no network response 55 // if call waiting is answered, network timed out, dropped, 3 way
|
DriverCall.java | 35 WAITING; // MT call only 126 case 5: return State.WAITING;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmCall.java | 48 case WAITING: return State.WAITING;
|
GsmConnection.java | 676 case WAITING:
|
GsmCallTracker.java | 74 // A call that is ringing or (call) waiting 245 // is no longer call waiting 252 } else if (ringingCall.getState() == GsmCall.State.WAITING) { 425 Connection newRinging = null; //or waiting 536 || (dc.state == DriverCall.State.WAITING 733 if (Phone.DEBUG_PHONE) log("(ringing) hangup waiting or background");
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadStateTest.java | 24 Thread.State.BLOCKED, Thread.State.WAITING, 28 String [] spNames = {"NEW", "RUNNABLE", "BLOCKED", "WAITING",
|
OldThreadTest.java | 321 // WAITING 353 assertEquals(Thread.State.WAITING, th.getState());
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleWait.java | 26 * waiting for something, e.g. for a debugger to attach. 85 cd.setDebuggerConnectionStatus(DebuggerStatus.WAITING);
|
ClientData.java | 55 /** Debugger connection status: not waiting on one, not connected to one, but accepting 59 * Debugger connection status: the application's VM is paused, waiting for a debugger to 61 WAITING,
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCall.java | 49 case WAITING: return State.WAITING;
|
CdmaConnection.java | 179 /** This is a Call waiting call*/ 196 parent.attachFake(this, CdmaCall.State.WAITING); 467 /** Called when the call waiting connection has been hung up */ 769 case WAITING:
|
CdmaCallTracker.java | 69 // A call that is ringing or (call) waiting 277 } else if (ringingCall.getState() == CdmaCall.State.WAITING) { 281 // service for CDMA, we assume call waiting is answered. 489 Connection newRinging = null; //or waiting 625 || (dc.state == DriverCall.State.WAITING 733 && (ringingCall.getState() == CdmaCall.State.WAITING)) { 734 // Handle call waiting hang up case. 739 // where a new call waiting could get a hang up from an old call 740 // waiting ringingCall. 803 if (Phone.DEBUG_PHONE) log("(ringing) hangup waiting or background") [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedGsmCallState.java | 37 WAITING(5); // MT call only 120 return state == State.INCOMING || state == State.WAITING; 182 // ensure there aren't already calls INCOMING or WAITING 190 || call.state == CallInfo.State.WAITING) 209 calls[empty].state = CallInfo.State.WAITING; 288 || call.state == CallInfo.State.WAITING) 364 || call.state == CallInfo.State.WAITING) 381 if (call != null && call.state != CallInfo.State.WAITING) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipPhone.java | 55 // A call that is ringing or (call) waiting 135 (ringingCall.getState() == Call.State.WAITING)) { 291 Log.e(LOG_TAG, "call waiting not supported"); 436 Call.State newState = makeCallWait ? State.WAITING : State.INCOMING; 659 setState(mOwner.getState()); // INCOMING or WAITING 662 if (ringingCall.getState() == Call.State.WAITING) { 826 || (mState == Call.State.WAITING)) [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMPhoneTest.java | 717 // Multiparty call on hold, call waiting added 731 assertEquals(Call.State.WAITING, mGSMPhone.getRingingCall().getState()); 747 // Reject waiting call [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 173 case WAITING: 618 DebuggerStatus.WAITING) {
|
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 210 // A phone call is ringing, call waiting *or* being rejected 217 // dialing, active, or holding, and no calls are ringing or waiting, 315 * call waiting), regardless of whether the phone's already offhook. 325 // And even in the Call Waiting case, *don't* show any info about 395 case WAITING: 644 case WAITING: [all...] |
BluetoothHandsfree.java | 103 private boolean mPendingSco; // waiting for a2dp sink to suspend before establishing SCO 106 private WakeLock mStartCallWakeLock; // held while waiting for the intent to start call 107 private WakeLock mStartVoiceRecognitionWakeLock; // held while waiting for voice recognition 263 * A thread that runs in the background waiting for a Sco Server Socket to 339 * A thread that runs in the background waiting for a Sco Socket to [all...] |
PhoneUtils.java | 251 // Stop any signalInfo tone being played when a Call waiting gets answered 252 if (ringing.getState() == Call.State.WAITING) { 269 // This is the CALL WAITING call being answered. 273 // Enable "Add Call" option after answering a Call Waiting as the user 280 // a call waiting is answered from the Phone. 364 } else if (state == Call.State.WAITING) { 365 // Call-waiting: there's an incoming call, but another call is 372 // CDMA: Ringing call and Call waiting hangup is handled differently. 373 // For Call waiting we DO NOT call the conventional hangup(call) function 374 // as in CDMA we just want to hangup the Call waiting connection [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 110 * List of {@link DelayedLaunchInfo} waiting for an emulator to connect. 120 * List of application waiting to be launched on a device/emulator.<br> 127 * Application waiting to show up as waiting for debugger. 134 * List of clients that have appeared as waiting for debugger before their name was available. [all...] |