HomeSort by relevance Sort by last modified time
    Searched refs:IDLE (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /packages/services/Telephony/src/com/android/phone/
CdmaPhoneCallState.java 24 * IDLE - When no call is going on. This is just required as default state to reset the PhoneApp
49 * IDLE - When no call is going on.
55 IDLE,
76 mCurrentCallState = PhoneCallState.IDLE;
77 mPreviousCallState = PhoneCallState.IDLE;
101 //and previous state was IDLE as we could reach the SINGLE_ACTIVE
106 && (mPreviousCallState == PhoneCallState.IDLE)) {
150 mCurrentCallState = PhoneCallState.IDLE;
151 mPreviousCallState = PhoneCallState.IDLE;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 2 rem Start IDLE using the appropriate Python interpreter
4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /system/update_engine/client_library/include/update_engine/
update_status.h 23 IDLE = 0,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 22 IDLE,
  /frameworks/av/services/audioflinger/
AutoPark.h 23 // Park the specific FastThread, which can be nullptr, in hot idle if not currently idling
30 if (!(state->mCommand & FastThreadState::IDLE)) {
41 // Remove the FastThread from hot idle if necessary
44 if (!(mPreviousCommand & FastThreadState::IDLE)) {
57 // if !&IDLE, holds the FastThread state to restore after new parameters processed
FastThreadState.h 38 IDLE = 3, // either HOT_IDLE or COLD_IDLE
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPresenceIconUtil.java 36 case StatusUpdates.IDLE:
ContactStatusUtil.java 35 case StatusUpdates.IDLE:
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactPresenceIconUtil.java 36 case StatusUpdates.IDLE:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
event2.s 8 IDLE ; /* (a) */
event.d 7 00000000 <idle>:
8 0: 20 00 IDLE;
  /external/replicaisland/src/com/replica/replicaisland/
GenericAnimationComponent.java 42 case IDLE:
43 mSprite.playAnimation(Animation.IDLE);
77 public static final int IDLE = 0;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 142 // IDLE state
144 assertEquals(PhoneConstants.State.IDLE, mGSMPhone.getState());
149 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
150 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
151 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
180 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
183 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
212 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
214 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
239 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState())
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java 95 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState());
96 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
97 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
126 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mBackgroundCall.getState());
146 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
148 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState());
170 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
172 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState());
191 assertEquals(GsmCdmaCall.State.IDLE, mCTUT.mForegroundCall.getState());
193 assertEquals(PhoneConstants.State.IDLE, mCTUT.getState())
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 37 mDeviceState(IDLE) {
51 err = mStates.add(id, IDLE);
84 markComponent(id, IDLE, componentFence);
94 state == IDLE ? "idle" : "active");
117 ALOGV("%s: Component %d not idle", __FUNCTION__,
126 // to be able to idle in case of errors.
132 return fencesDone ? IDLE : ACTIVE;
156 // After new pending states appear, or timeout, check if we're idle. Even
165 // collectively transitions between idle and active for each on
204 bool idle = (mStateTransitions[i] == IDLE); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoController.java 28 public static final int IDLE = 1; // preview is active
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java 32 assertEquals(DetailedState.IDLE, DetailedState.valueOf("IDLE"));
41 assertEquals(DetailedState.IDLE, expected[0]);
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 25 private static final int IDLE = 0;
38 private int mSstate = IDLE;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 25 private static final int IDLE = 0;
38 private int mSstate = IDLE;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 25 private static final int IDLE = 0;
38 private int mSstate = IDLE;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 25 private static final int IDLE = 0;
38 private int mSstate = IDLE;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 25 private static final int IDLE = 0;
38 private int mSstate = IDLE;

Completed in 1327 milliseconds

1 2 3 4 5 6 7 8