Searched refs:IDLE (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java1363 IDLE, // No initialized enum constant in enum:SIMRecords.Get_Spn_Fsm_State
1409 spnState = Get_Spn_Fsm_State.IDLE;
1431 spnState = Get_Spn_Fsm_State.IDLE;
1452 spnState = Get_Spn_Fsm_State.IDLE;
1455 spnState = Get_Spn_Fsm_State.IDLE;
H A DGSMPhone.java306 case IDLE:
312 if ( mCT.state != Phone.State.IDLE
499 if (getRingingCall().getState() != GsmCall.State.IDLE) {
508 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
539 if (call.getState() != GsmCall.State.IDLE) {
592 if (getRingingCall().getState() != GsmCall.State.IDLE) {
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp523 if (mState != IDLE) {
703 if (mState != IDLE) {
708 mState = IDLE;
/frameworks/base/services/java/com/android/server/
H A DWifiWatchdogService.java97 private WatchdogState mState = WatchdogState.IDLE;
917 Slog.v(TAG, " Set state to IDLE");
927 mState = WatchdogState.IDLE;
948 IDLE, enum constant in enum:WifiWatchdogService.WatchdogState
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java238 Phone.State s = Phone.State.IDLE;
244 if (s == Phone.State.IDLE) s = Phone.State.OFFHOOK;
385 if (getActiveFgCallState() != Call.State.IDLE
764 * - The foreground call is ACTIVE or IDLE or DISCONNECTED.
781 || (fgCallState == Call.State.IDLE)
1503 * Active call means the call is NOT in Call.State.IDLE
1507 * foreground call associated with default phone, which state is IDLE.
1521 // Returns the first call that is not in IDLE state. If both active calls
1528 } else if (call.getState() != Call.State.IDLE) {
1543 * associated with default phone, which state is IDLE
[all...]
H A DPhone.java52 * <li>IDLE = no phone activity</li>
61 IDLE, RINGING, OFFHOOK; enum constant in enum:Phone.State
738 * IDLE, ACTIVE, DIALING, ALERTING, or DISCONNECTED.
755 * IDLE, HOLDING or DISCONNECTED.
772 * IDLE, INCOMING, WAITING or DISCONNECTED.
H A DPhoneBase.java253 && ((state == Phone.State.RINGING) || (state == Phone.State.IDLE))) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java82 Phone.State state = Phone.State.IDLE;
429 state = Phone.State.IDLE;
432 if (state == Phone.State.IDLE && oldState != state) {
435 } else if (oldState == Phone.State.IDLE && oldState != state) {
713 // The ringingCall state will change to IDLE in CdmaCall.detach
715 // set the ringing call state to IDLE here to avoid a race condition
H A DCDMAPhone.java624 case IDLE:
630 if ( mCT.state != Phone.State.IDLE
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java128 public static final String EXTRA_STATE_IDLE = Phone.State.IDLE.toString();
/frameworks/base/core/java/android/provider/
H A DContacts.java1572 int IDLE = ContactsContract.StatusUpdates.IDLE; field in interface:Contacts.PresenceColumns
1647 case Contacts.People.IDLE:
H A DContactsContract.java1912 int IDLE = 3; field in interface:ContactsContract.StatusColumns
3122 * <li>{@link #IDLE}</li>
3188 case IDLE:
/frameworks/base/services/audioflinger/
H A DAudioFlinger.h286 IDLE, enumerator in enum:android::AudioFlinger::ThreadBase::TrackBase::track_state
938 IDLE, enumerator in enum:android::AudioFlinger::EffectModule::effect_state
H A DAudioFlinger.cpp2766 mState(IDLE),
3984 recordTrack->mState = TrackBase::IDLE;
5253 mStatus(NO_INIT), mState(IDLE)
5398 mState = IDLE;
5401 default: //IDLE , ACTIVE
5429 // force transition to IDLE state when engine is ready
5635 case IDLE:
5650 mState = IDLE;
5673 case IDLE:
5689 case IDLE
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3419 mPendingBroadcast.state = BroadcastRecord.IDLE;
3620 br.state = BroadcastRecord.IDLE;
10556 r.state = r.IDLE;
10557 if (state == r.IDLE) {
10559 Slog.w(TAG, "finishReceiver called but state is IDLE");
10942 mPendingBroadcast.state = BroadcastRecord.IDLE;
10988 r.state = BroadcastRecord.IDLE;
10992 if (r.state != BroadcastRecord.IDLE) {
11069 r.state = BroadcastRecord.IDLE;
11128 r.state = BroadcastRecord.IDLE;
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java1072 newDetailedState = DetailedState.IDLE;

Completed in 1201 milliseconds

12