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

  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 48 * Allowable values for the PhoneCallState.
54 public enum PhoneCallState {
61 // For storing current and previous PhoneCallState's
62 private PhoneCallState mPreviousCallState;
63 private PhoneCallState mCurrentCallState;
73 * Initialize PhoneCallState related members - constructor
76 mCurrentCallState = PhoneCallState.IDLE;
77 mPreviousCallState = PhoneCallState.IDLE;
85 public PhoneCallState getCurrentCallState() {
90 * Set current and previous PhoneCallState'
    [all...]
PhoneUtils.java 235 == CdmaPhoneCallState.PhoneCallState.IDLE) {
239 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
244 CdmaPhoneCallState.PhoneCallState.CONF_CALL);
506 CdmaPhoneCallState.PhoneCallState.IDLE) {
509 CdmaPhoneCallState.PhoneCallState.SINGLE_ACTIVE);
513 CdmaPhoneCallState.PhoneCallState.THRWAY_ACTIVE);
745 == CdmaPhoneCallState.PhoneCallState.THRWAY_ACTIVE) {
748 CdmaPhoneCallState.PhoneCallState.CONF_CALL);
    [all...]
CallController.java 139 == CdmaPhoneCallState.PhoneCallState.THRWAY_ACTIVE) {
474 == CdmaPhoneCallState.PhoneCallState.THRWAY_ACTIVE) {

Completed in 53 milliseconds