HomeSort by relevance Sort by last modified time
    Searched refs:WAITING (Results 1 - 25 of 29) sorted by null

1 2

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cmp/
PKIStatus.java 9 public static final int WAITING = 3;
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 39 waiting (3),
60 * waiting
62 WAITING(3),
  /dalvik/libcore/luni/src/main/java/java/lang/
VMThread.java 101 Thread.State.WAITING, // WAIT
105 Thread.State.WAITING // VMWAIT
  /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
125 case 5: return State.WAITING;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 48 case WAITING: return State.WAITING;
GsmCallTracker.java 73 // A call that is ringing or (call) waiting
235 // is no longer call waiting
242 } else if (ringingCall.getState() == GsmCall.State.WAITING) {
415 Connection newRinging = null; //or waiting
526 || (dc.state == DriverCall.State.WAITING
723 if (Phone.DEBUG_PHONE) log("(ringing) hangup waiting or background");
GsmConnection.java 672 case WAITING:
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadStateTest.java 30 Thread.State.BLOCKED, Thread.State.WAITING,
40 String [] spNames = {"NEW", "RUNNABLE", "BLOCKED", "WAITING",
ThreadTest.java 106 // This is what we've been waiting for...don't throw it
    [all...]
  /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 180 /** This is a Call waiting call*/
197 parent.attachFake(this, CdmaCall.State.WAITING);
468 /** Called when the call waiting connection has been hung up */
770 case WAITING:
CdmaCallTracker.java 69 // A call that is ringing or (call) waiting
272 } else if (ringingCall.getState() == CdmaCall.State.WAITING) {
276 // service for CDMA, we assume call waiting is answered.
466 Connection newRinging = null; //or waiting
602 || (dc.state == DriverCall.State.WAITING
710 && (ringingCall.getState() == CdmaCall.State.WAITING)) {
711 // Handle call waiting hang up case.
716 // where a new call waiting could get a hang up from an old call
717 // waiting ringingCall.
780 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/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 723 // Multiparty call on hold, call waiting added
737 assertEquals(Call.State.WAITING, mGSMPhone.getRingingCall().getState());
753 // Reject waiting call
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 175 case WAITING:
621 DebuggerStatus.WAITING) {
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 212 // A phone call is ringing *or* call waiting
217 // dialing, active, or holding, and no calls are ringing or waiting.
297 * call waiting), regardless of whether the phone's already offhook.
309 // And even in the Call Waiting case, *don't* show any info about
380 case WAITING:
    [all...]
BluetoothHandsfree.java 90 private boolean mPendingSco; // waiting for a2dp sink to suspend before establishing SCO
93 private WakeLock mStartCallWakeLock; // held while waiting for the intent to start call
94 private WakeLock mStartVoiceRecognitionWakeLock; // held while waiting for voice recognition
686 // from a *BT hands free* and is waiting for a
706 case WAITING:
778 // from a *BT hands free* and is waiting for a
    [all...]
PhoneUtils.java 239 // Stop any signalInfo tone being played when a Call waiting gets answered
240 if (call.getState() == Call.State.WAITING) {
257 // This is the CALL WAITING call being answered.
261 // Enable "Add Call" option after answering a Call Waiting as the user
268 // a call waiting is answered from the Phone.
344 // CDMA: Ringing call and Call waiting hangup is handled differently.
345 // For Call waiting we DO NOT call the conventional hangup(call) function
346 // as in CDMA we just want to hungup the Call waiting connection.
351 } else if (state == Call.State.WAITING) {
352 if (DBG) log("hangup Call waiting call")
    [all...]
CallNotifier.java 67 // Timers related to CDMA Call Waiting
76 // Boolean to keep track of whether or not a CDMA Call Waiting call timed out.
79 // notification from the telephony layer that a call-waiting call has
80 // stopped ringing. Instead, when a call-waiting call first comes in we
84 // If this field is true, that means that the current Call Waiting call
87 // explicitly rejected this call-waiting call.
89 // This field is reset to false any time a call-waiting call first comes
90 // in, and after cleaning up a missed call-waiting call. It's only ever
169 // Call waiting tone player
192 if (DBG) log("Registering for Call Waiting, Signal and Display Info.")
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Thread.java 106 * The thread is blocked and waiting for a lock.
110 * The thread is waiting.
112 WAITING,
114 * The thread is waiting for a specified amount of time.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 103 * List of {@link DelayedLaunchInfo} waiting for an emulator to connect.
113 * List of application waiting to be launched on a device/emulator.<br>
120 * Application waiting to show up as waiting for debugger.
127 * List of clients that have appeared as waiting for debugger before their name was available.
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 6633 milliseconds

1 2