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

1 2

  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 17 String ACTIVE = "Active";
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 98 int activeStart = content.getSpanStart(TextKeyListener.ACTIVE);
99 int activeEnd = content.getSpanEnd(TextKeyListener.ACTIVE);
106 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE)
201 content.setSpan(TextKeyListener.ACTIVE,
233 buf.removeSpan(TextKeyListener.ACTIVE);
269 int start = buf.getSpanStart(TextKeyListener.ACTIVE);
270 int end = buf.getSpanEnd(TextKeyListener.ACTIVE);
PasswordTransformationMethod.java 154 int st = sp.getSpanStart(TextKeyListener.ACTIVE);
155 int en = sp.getSpanEnd(TextKeyListener.ACTIVE);
199 st = sp.getSpanStart(TextKeyListener.ACTIVE);
200 en = sp.getSpanEnd(TextKeyListener.ACTIVE);
QwertyKeyListener.java 102 int activeStart = content.getSpanStart(TextKeyListener.ACTIVE);
103 int activeEnd = content.getSpanEnd(TextKeyListener.ACTIVE);
184 content.removeSpan(TextKeyListener.ACTIVE);
230 content.setSpan(TextKeyListener.ACTIVE, oldStart, selEnd,
TextKeyListener.java 41 /* package */ static final Object ACTIVE = new NoCopySpan.Concrete();
159 e.removeSpan(ACTIVE);
178 s.removeSpan(ACTIVE);
  /external/guava/src/com/google/common/collect/
ComparisonChain.java 60 return ACTIVE;
63 private static final ComparisonChain ACTIVE = new ComparisonChain() {
89 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 32 ACTIVE(0),
110 return state == State.ACTIVE || state == State.HOLDING;
148 /** number of msec between dialing -> alerting and alerting->active */
235 call.state = CallInfo.State.ACTIVE;
242 /** If a call is DIALING or ALERTING, progress it all the way to ACTIVE */
252 call.state = CallInfo.State.ACTIVE;
259 /** automatically progress mobile originated calls to ACTIVE.
273 * hangup ringing, dialing, or active calls
300 || call.state == CallInfo.State.ACTIVE
484 if (c != null && c.state == CallInfo.State.ACTIVE) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressView.java 43 /** View created but there's no task running. Next state can only be ACTIVE. */
46 ACTIVE,
90 if (mState == State.ACTIVE) {
112 changeState(ProgressView.State.ACTIVE);
200 mStopButton.setEnabled(mState == State.ACTIVE);
209 return mState != State.ACTIVE;
ProgressTaskDialog.java 62 ACTIVE,
73 private CancelMode mCancelMode = CancelMode.ACTIVE;
171 return mCancelMode != CancelMode.ACTIVE;
187 if (mCancelMode == CancelMode.ACTIVE) {
199 if (mCancelMode == CancelMode.ACTIVE) {
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 221 // One ACTIVE connection
227 } while (mGSMPhone.getForegroundCall().getState() != Call.State.ACTIVE);
237 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
333 // One mobile terminated active call
348 assertEquals(Call.State.ACTIVE,
550 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
564 // one active call
572 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
625 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
657 // One ACTIVE cal
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DriverCall.java 30 ACTIVE,
121 case 0: return State.ACTIVE;
Call.java 30 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 43 case ACTIVE: return State.ACTIVE;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 44 case ACTIVE: return State.ACTIVE;
CdmaConnection.java 171 if (parent.state == CdmaCall.State.ACTIVE) {
172 parent.attachFake(this, CdmaCall.State.ACTIVE);
552 * We know we're ACTIVE, and we know we're going to end up
668 newParent.attachFake(this, CdmaCall.State.ACTIVE);
745 /** "connecting" means "has never been ACTIVE" for both incoming
758 case ACTIVE:
CdmaCallTracker.java 209 if (foregroundCall.getState() == CdmaCall.State.ACTIVE) {
341 return foregroundCall.getState() == CdmaCall.State.ACTIVE
359 || (foregroundCall.getState() == CdmaCall.State.ACTIVE)
369 " || foregroundCall.getState() == CdmaCall.State.ACTIVE::=%s\n" +
377 foregroundCall.getState() == CdmaCall.State.ACTIVE,
559 // This case means the RIL has no more active call anymore and
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 118 ACTIVE,
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipConnectionBase.java 71 case ACTIVE:
SipPhone.java 100 // both foreground and background are active
170 if (foregroundCall.getState() == SipCall.State.ACTIVE) {
203 if ((foregroundCall.getState() != SipCall.State.ACTIVE)
204 || (foregroundCall.getState() != SipCall.State.ACTIVE)) {
487 setState(State.ACTIVE);
578 if (state != State.ACTIVE) {
644 if (mState == Call.State.ACTIVE) call.startAudio();
755 setState(Call.State.ACTIVE);
877 case SipSession.State.IN_CALL: return Call.State.ACTIVE;
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.h 202 ACTIVE = 419,
  /packages/apps/Phone/src/com/android/phone/
CallTime.java 62 * Sets the call timer to "active call" mode, where the timer will
64 * has been active.
100 if (state == Call.State.ACTIVE) {
138 //duration = (state == Call.State.ACTIVE
144 //long t = (state == Call.State.ACTIVE
InCallControlState.java 102 final boolean hasActiveForegroundCall = (fgCallState == Call.State.ACTIVE);
147 // "Mute": only enabled when the foreground call is ACTIVE.
150 // emergency callback mode (ECM) is active.
190 // If the foreground call is ACTIVE, we should turn on "swap" button instead.
CallCard.java 54 * cards, each representing the state of a current "call" (ie. an active call,
86 // The main block of info about the "primary" or "active" call,
211 // (ie. another call may also be active as well.)
217 // dialing, active, or holding, and no calls are ringing or waiting,
279 if (DBG) log("updateForegroundCall: no active call, show holding call");
365 case ACTIVE:
629 case ACTIVE:
677 if ((state == Call.State.ACTIVE)
680 // though the foreground call state is actually ACTIVE.
719 case ACTIVE
    [all...]
  /external/chromium/base/
tracked_objects.h 527 // Set internal status_ to either become ACTIVE, or later, to be SHUTDOWN,
559 ACTIVE,
  /external/chromium/chrome/browser/extensions/
extension_updater.h 49 // Used for counting number of active users of an app, where "active" means
50 // the app was launched at least once since the last active ping.
51 ACTIVE
55 // The number of days it's been since our last rollcall or active ping,
62 PingData(int rollcall, int active)
63 : rollcall_days(rollcall), active_days(active) {}

Completed in 671 milliseconds

1 2