OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTIVE
(Results
26 - 50
of
181
) sorted by null
1
2
3
4
5
6
7
8
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java
122
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
152
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
198
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
222
/* if we got a
active
state followed by another MT call-> move to background call */
250
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
310
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
323
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
383
assertEquals(GsmCdmaCall.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallPresenterTest.java
101
mCallList.setHasCall(Call.State.
ACTIVE
, true);
126
mCallList.setHasCall(Call.State.
ACTIVE
, true);
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ringtone/
DialerRingtoneManagerTest.java
94
assertFalse(mRingtoneManagerEnabled.shouldPlayRingtone(State.
ACTIVE
, RINGTONE_URI));
138
assertFalse(mRingtoneManagerEnabled.shouldPlayCallWaitingTone(State.
ACTIVE
));
/frameworks/base/core/java/android/text/method/
QwertyKeyListener.java
106
int activeStart = content.getSpanStart(TextKeyListener.
ACTIVE
);
107
int activeEnd = content.getSpanEnd(TextKeyListener.
ACTIVE
);
189
content.removeSpan(TextKeyListener.
ACTIVE
);
235
content.setSpan(TextKeyListener.
ACTIVE
, oldStart, selEnd,
TextKeyListener.java
45
/* package */ static final Object
ACTIVE
= new NoCopySpan.Concrete();
163
e.removeSpan(
ACTIVE
);
182
s.removeSpan(
ACTIVE
);
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h
118
ACTIVE
,
/packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java
90
CallState.
ACTIVE
, CallState.ON_HOLD) != null) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java
252
assertEquals(Call.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
277
assertEquals(Call.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
294
assertEquals(Call.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
309
assertEquals(Call.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
313
//hold the foreground
active
call, accept the new ringing call
323
assertEquals(Call.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
356
assertEquals(Call.State.
ACTIVE
, mCTUT.mForegroundCall.getState());
375
//hangup before call go to
active
ImsPhoneTest.java
162
doReturn(Call.State.
ACTIVE
).when(mBackgroundCall).getState();
170
doReturn(Call.State.
ACTIVE
).when(mForegroundCall).getState();
197
doReturn(Call.State.
ACTIVE
).when(mForegroundCall).getState();
223
doReturn(Call.State.
ACTIVE
).when(mForegroundCall).getState();
236
doReturn(Call.State.
ACTIVE
).when(mForegroundCall).getState();
253
doReturn(Call.State.
ACTIVE
).when(mForegroundCall).getState();
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
82
// Terminate all
active
calls and accepts a waiting/held call
84
// Hold all
active
calls and accepts a waiting/held call
240
when(activeCall.getState()).thenReturn(CallState.
ACTIVE
);
256
// still occuring, it will look like there is an
active
and held call still while we are
267
when(confCall1.getState()).thenReturn(CallState.
ACTIVE
);
268
when(confCall2.getState()).thenReturn(CallState.
ACTIVE
);
314
when(foregroundCall.getState()).thenReturn(CallState.
ACTIVE
);
315
when(heldCall.getState()).thenReturn(CallState.
ACTIVE
);
355
when(confCall1.getState()).thenReturn(CallState.
ACTIVE
);
356
when(confCall2.getState()).thenReturn(CallState.
ACTIVE
);
[
all
...]
/tools/test/connectivity/acts/framework/acts/
utils.py
47
ACTIVE
= "
ACTIVE
"
543
if not adb_shell_result.startswith(DozeModeStatus.
ACTIVE
):
588
if not adb_shell_result.startswith(DozeModeStatus.
ACTIVE
):
/device/asus/fugu/libaudio/
AudioOutput.h
47
// DMA
active
.
48
ACTIVE
,
68
// Adjust for write timestamp difference, go to
ACTIVE
state.
AudioOutput.cpp
156
mState =
ACTIVE
;
402
case
ACTIVE
: {
/frameworks/av/services/audioflinger/
TrackBase.h
35
ACTIVE
,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java
64
case
ACTIVE
:
SipPhone.java
112
// both foreground and background are
active
200
if (mForegroundCall.getState() == SipCall.State.
ACTIVE
) {
244
if ((mForegroundCall.getState() != SipCall.State.
ACTIVE
)
245
|| (mForegroundCall.getState() != SipCall.State.
ACTIVE
)) {
418
case SipSession.State.IN_CALL: return Call.State.
ACTIVE
;
606
setState(State.
ACTIVE
);
707
if (mState != State.
ACTIVE
) {
783
if (mState == Call.State.
ACTIVE
) call.startAudio();
895
setState(Call.State.
ACTIVE
);
[
all
...]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java
144
mOriginalConnection.getState() == Call.State.
ACTIVE
) {
238
case
ACTIVE
:
/hardware/libhardware/tests/camera2/
camera2_utils.cpp
458
mState =
ACTIVE
;
512
if (state !=
ACTIVE
) {
531
if (state !=
ACTIVE
) {
546
if (state !=
ACTIVE
) {
558
if (state !=
ACTIVE
) {
camera2_utils.h
188
ACTIVE
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallList.java
43
* Maintains the list of
active
calls and notifies interested classes of changes to the call list
247
// Let the listener know about the
active
calls immediately.
258
* TODO: Change so that this function is not needed. Instead of assuming there is an
active
260
* update the Call object when the
active
call changes.
298
return getFirstCallWithState(Call.State.
ACTIVE
);
302
return getCallWithState(Call.State.
ACTIVE
, 1);
347
result = getFirstCallWithState(Call.State.
ACTIVE
);
425
* there can be no
active
calls, so this is relatively safe thing to do.
Call.java
58
public static final int IDLE = 2; /* The call is idle. Nothing
active
*/
59
public static final int
ACTIVE
= 3; /* There is an
active
call */
61
public static final int CALL_WAITING = 5; /* Incoming call while another is
active
*/
64
public static final int ONHOLD = 8; /* An
active
phone call placed on hold */
75
case
ACTIVE
:
101
case
ACTIVE
:
102
return "
ACTIVE
";
615
return Call.State.
ACTIVE
;
762
/** Gets the time when the call first became
active
. *
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java
186
* Sets this external call as
active
.
256
if (mCall.getState() == Call.State.
ACTIVE
) {
257
str.append("
Active
");
ImsExternalCallTracker.java
125
* 2) If the device has any
active
or held calls locally, no external calls may be pulled to
350
Call.State.
ACTIVE
: Call.State.DISCONNECTED;
353
if (newState == Call.State.
ACTIVE
) {
462
// If there are
active
calls on the local device, the call cannot be pulled.
/packages/services/Telephony/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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java
275
if (mForegroundCall.getState() == GsmCdmaCall.State.
ACTIVE
) {
410
if (mForegroundCall.getState() == GsmCdmaCall.State.
ACTIVE
) {
501
// in case the
active
/holding call disappeared and this
589
return mForegroundCall.getState() == GsmCdmaCall.State.
ACTIVE
608
&& mForegroundCall.getState() == GsmCdmaCall.State.
ACTIVE
));
617
" || foregroundCall.getState() == GsmCdmaCall.State.
ACTIVE
::=%s\n" +
625
mForegroundCall.getState() == GsmCdmaCall.State.
ACTIVE
,
634
return (mForegroundCall.getState() == GsmCdmaCall.State.
ACTIVE
824
// from DIALING/ALERTING/INCOMING/WAITING to
ACTIVE
)
825
if (hoConnection.mPreHandoverState != GsmCdmaCall.State.
ACTIVE
&
[
all
...]
Completed in 3514 milliseconds
1
2
3
4
5
6
7
8