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

/packages/services/Telephony/src/com/android/phone/
H A DCdmaPhoneCallState.java48 * Allowable values for the PhoneCallState.
54 public enum PhoneCallState { enum in class:CdmaPhoneCallState
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...]

Completed in 24 milliseconds