HomeSort by relevance Sort by last modified time
    Searched refs:SINGLE_ACTIVE (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 26 * 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,
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)
PhoneUtils.java 230 // Set the Phone Call State to SINGLE_ACTIVE
232 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
490 * IDLE -> SINGLE_ACTIVE
492 * SINGLE_ACTIVE -> THRWAY_ACTIVE
502 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
    [all...]

Completed in 65 milliseconds