HomeSort by relevance Sort by last modified time
    Searched refs:SINGLE_ACTIVE (Results 1 - 4 of 4) 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)
BluetoothPhoneService.java 386 numHeld = 0; //0: no calls held as this is a SINGLE_ACTIVE call
593 == CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE) {
    [all...]
PhoneUtils.java 296 // Set the Phone Call State to SINGLE_ACTIVE
298 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
612 * IDLE -> SINGLE_ACTIVE
614 * SINGLE_ACTIVE -> THRWAY_ACTIVE
624 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
    [all...]
CallNotifier.java     [all...]

Completed in 816 milliseconds