Home | History | Annotate | Download | only in phone

Lines Matching full:idle

86     static final int AUDIO_IDLE = 0;  /** audio behaviour at phone idle */
158 // Restore the mute state of the foreground call if we're not IDLE,
164 if (phone.getState() != Phone.State.IDLE) {
251 == CdmaPhoneCallState.PhoneCallState.IDLE) {
473 * IDLE -> SINGLE_ACTIVE
481 CdmaPhoneCallState.PhoneCallState.IDLE) {
1879 // If the phone is totally idle, we ignore HEADSETHOOK events
1881 if (phone.getState() == Phone.State.IDLE) {
1970 * that are not alive (disconnected or idle).
2056 // - The foreground call is ACTIVE or IDLE or DISCONNECTED.
2066 || (fgCallState == Call.State.IDLE)