Home | History | Annotate | Download | only in phone

Lines Matching refs:IDLE

181          * completely idle).  In most cases this means that the
660 // idle.
662 // Even though the phone is idle, though, we do still need to
673 // The phone is idle, and we did NOT handle a
868 if (mApp.getUpdateLock().isHeld() && mApp.getPhoneState() == PhoneConstants.State.IDLE) {
886 if (state == PhoneConstants.State.IDLE) {
1274 return mCM.getState() != PhoneConstants.State.IDLE;
1664 * idle, display the "Call ended" state for a couple of seconds.
1681 // Get the Auto-retry setting only if Phone State is IDLE,
1846 // just with zero delay. Since the Phone is currently idle,
1852 // still in use, or the phone is idle but we want to display
1855 // Switch to the special "Call ended" state when the phone is idle
1896 // CDMA: We only clean up if the Phone state is IDLE as we might receive an
1952 // Phone is idle, we'll finish out of this activity.
2444 * with (ie. the phone was completely idle). In the latter case, we
2494 Log.i(LOG_TAG, "syncWithPhoneState: phone is idle (shouldn't be here)");
2573 * If the Phone is totally idle right now, that means we've already
2577 * If the Phone is *not* idle right now, that probably means that one
2607 // Phone is idle! We should exit the in-call UI now.
2608 if (DBG) log("- delayedCleanupAfterDisconnect: phone is idle...");
3585 // (If the phone is already idle, this call will presumably have no
3602 if (state == PhoneConstants.State.IDLE) {
3603 // The user asked us to hang up, but the phone was (already) idle!
3604 IDLE!");
3609 // state (where the phone is IDLE), or possibly even before the
3615 // the InCallScreen with the phone truly idle, perhaps due to a
3616 // bug where we somehow *didn't* exit when the phone became idle
3624 // Log.i(LOG_TAG, "internalHangup(): phone is already IDLE! Bailing out...");