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

  /packages/apps/Phone/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 272 // Set the Phone Call State to SINGLE_ACTIVE
274 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
556 * IDLE -> SINGLE_ACTIVE
558 * SINGLE_ACTIVE -> THRWAY_ACTIVE
567 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
    [all...]
CallNotifier.java     [all...]
BluetoothHandsfree.java     [all...]

Completed in 42 milliseconds