Searched defs:SINGLE_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCdmaPhoneCallState.java26 * SINGLE_ACTIVE - When only single call is active.
41 * in conference. We can take the same example mention in the SINGLE_ACTIVE state.
50 * SINGLE_ACTIVE - When only single call is active
56 SINGLE_ACTIVE, enum constant in enum:CdmaPhoneCallState.PhoneCallState
100 //if the current state is being set to SINGLE_ACTIVE
101 //and previous state was IDLE as we could reach the SINGLE_ACTIVE
105 if ((mCurrentCallState == PhoneCallState.SINGLE_ACTIVE)

Completed in 251 milliseconds