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

1 2 3 4 5 6 7 8 9

  /packages/services/Telecomm/src/com/android/server/telecom/
CallState.java 53 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
61 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
71 public static final int ACTIVE = 5;
76 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
127 case ACTIVE:
128 return "ACTIVE";
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 13 #define ACTIVE(x) ID(x)
29 ACTIVE(_Pragma) ("clang diagnostic ignored \"-Wconversion\"")) // expected-error {{_Pragma takes a parenthesized string literal}} \
33 ACTIVE(IGNORE_CONV)
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 56 mDriverCall.state = DriverCall.State.ACTIVE;
61 assertEquals(Call.State.ACTIVE, mCallUnderTest.getState());
81 mDriverCall.state = DriverCall.State.ACTIVE;
108 mDriverCall.state = DriverCall.State.ACTIVE;
112 //both connections are active, state not change
114 assertEquals(Call.State.ACTIVE, mCallUnderTest.getState());
119 assertEquals(Call.State.ACTIVE, mCallUnderTest.getState());
GsmCdmaConnectionTest.java 114 logd("Update the connection state from idle to active");
115 mDC.state = DriverCall.State.ACTIVE;
117 assertEquals(GsmCdmaCall.State.ACTIVE, connection.getState());
118 logd("update connection state from active to holding");
132 logd("Mock connection state from alerting to active ");
135 mDC.state = DriverCall.State.ACTIVE;
149 logd("Mock connection state from alerting to active ");
152 mDC.state = DriverCall.State.ACTIVE;
168 logd("Mock connection state transition from alerting to active ");
171 mDC.state = DriverCall.State.ACTIVE;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 74 mImsCallUT.attach(mConnection1, Call.State.ACTIVE);
78 assertEquals(Call.State.ACTIVE, mImsCallUT.getState());
93 mImsCallUT.attach(mConnection1, Call.State.ACTIVE);
94 mImsCallUT.attach(mConnection2, Call.State.ACTIVE);
95 //both connections are active, state not change
97 assertEquals(Call.State.ACTIVE, mImsCallUT.getState());
101 assertEquals(Call.State.ACTIVE, mImsCallUT.getState());
132 mImsCallUT.update(null, mImsCall, Call.State.ACTIVE);
134 assertEquals(Call.State.ACTIVE, mImsCallUT.getState());
140 // this call in active state with connection 1 attache
    [all...]
ImsPhoneConnectionTest.java 118 // MO Foreground Connection dailing -> active
123 assertTrue(mConnectionUT.update(mImsCall, Call.State.ACTIVE));
127 eq(Call.State.ACTIVE));
133 // MT background Connection dialing -> active
136 assertFalse(mConnectionUT.update(mImsCall, Call.State.ACTIVE));
140 eq(Call.State.ACTIVE));
150 assertFalse(mConnectionUT.update(mImsCall, Call.State.ACTIVE));
152 eq(Call.State.ACTIVE));
178 //Mock we have an active connection
204 assertTrue(mConnectionUT.update(mImsCall, Call.State.ACTIVE));
    [all...]
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 17 String ACTIVE = "Active";
  /packages/services/Telephony/tests/src/com/android/services/telephony/
MockTelephonyConnection.java 51 // Set up mMockRadioConnection and mMockPhone to contain an active call
52 when(mMockRadioConnection.getState()).thenReturn(Call.State.ACTIVE);
55 when(mMockCall.getState()).thenReturn(Call.State.ACTIVE);
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 105 int activeStart = content.getSpanStart(TextKeyListener.ACTIVE);
106 int activeEnd = content.getSpanEnd(TextKeyListener.ACTIVE);
113 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE)
208 content.setSpan(TextKeyListener.ACTIVE,
240 buf.removeSpan(TextKeyListener.ACTIVE);
276 int start = buf.getSpanStart(TextKeyListener.ACTIVE);
277 int end = buf.getSpanEnd(TextKeyListener.ACTIVE);
PasswordTransformationMethod.java 153 int st = sp.getSpanStart(TextKeyListener.ACTIVE);
154 int en = sp.getSpanEnd(TextKeyListener.ACTIVE);
198 st = sp.getSpanStart(TextKeyListener.ACTIVE);
199 en = sp.getSpanEnd(TextKeyListener.ACTIVE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 32 ACTIVE(0),
110 return mState == State.ACTIVE || mState == State.HOLDING;
148 /** number of msec between dialing -> alerting and alerting->active */
236 call.mState = CallInfo.State.ACTIVE;
243 /** If a call is DIALING or ALERTING, progress it all the way to ACTIVE */
253 call.mState = CallInfo.State.ACTIVE;
260 /** automatically progress mobile originated calls to ACTIVE.
274 * hangup ringing, dialing, or active calls
301 || call.mState == CallInfo.State.ACTIVE
485 if (c != null && c.mState == CallInfo.State.ACTIVE) {
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 88 markComponent(id, ACTIVE, Fence::NO_FENCE);
94 state == IDLE ? "idle" : "active");
116 if (mStates.valueAt(i) == ACTIVE) {
119 return ACTIVE;
132 return fencesDone ? IDLE : ACTIVE;
165 // collectively transitions between idle and active for each one
205 ALOGV("Camera device is now %s", idle ? "idle" : "active");
StatusTracker.h 68 // Set the state of a tracked component to be active. Ignores unknown IDs.
79 ACTIVE
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 60 * Sets the call state to active.
63 setState(State.ACTIVE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java 96 when(call.getState()).thenReturn(CallState.ACTIVE);
97 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE);
157 when(call.getState()).thenReturn(CallState.ACTIVE);
158 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE);
205 when(call.getState()).thenReturn(CallState.ACTIVE);
206 mCallAudioManager.onCallStateChanged(call, CallState.RINGING, CallState.ACTIVE);
248 when(call.getState()).thenReturn(CallState.ACTIVE);
249 mCallAudioManager.onCallStateChanged(call, CallState.DIALING, CallState.ACTIVE);
296 mCallAudioManager.onCallStateChanged(call, CallState.ACTIVE, CallState.DISCONNECTED);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 224 // One ACTIVE connection
230 } while (mGSMPhone.getForegroundCall().getState() != Call.State.ACTIVE);
240 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
336 // One mobile terminated active call
351 assertEquals(Call.State.ACTIVE,
553 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
567 // one active call
575 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
628 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
660 // One ACTIVE cal
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 69 return ACTIVE;
72 private static final ComparisonChain ACTIVE = new ComparisonChain() {
101 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 35 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
53 case ACTIVE: return State.ACTIVE;
DriverCall.java 30 ACTIVE,
122 case 0: return State.ACTIVE;
  /external/selinux/gui/
booleansPage.py 87 ACTIVE = 0
129 col = gtk.TreeViewColumn('Active', checkbox, active=ACTIVE)
131 col.set_sort_column_id(ACTIVE)
228 self.store.set_value(iter, ACTIVE, rec[2] == 1)
235 val = self.store.get_value(iter, ACTIVE)
237 self.store.set_value(iter, ACTIVE, not val)

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 9