HomeSort by relevance Sort by last modified time
    Searched refs:STARTED (Results 1 - 23 of 23) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 27 STARTED,
MediaPlayerStateUnitTestTemplate.java 156 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state);
352 case STARTED:
396 case STARTED:
442 callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState.STARTED);
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 64 static final int CREATED = 2; // Created, not started or resumed.
65 static final int STARTED = 3; // Created and started, not resumed.
66 static final int RESUMED = 4; // Created started and resumed.
142 r.curState = STARTED;
153 // of our own (it is now STARTED, while we are only CREATED).
161 if (desiredState == STARTED) {
164 r.curState = STARTED;
174 case STARTED:
190 if (desiredState == STARTED) {
    [all...]
FragmentManager.java 742 // Defer start if requested; don't allow it to move to STARTED or higher
743 // if it's not already started.
744 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
    [all...]
Fragment.java 157 * started; when the activity is destroyed, all fragments will be destroyed.
208 * containing activity being started).
347 static final int STOPPED = 3; // Fully created, not started.
348 static final int STARTED = 4; // Created and started, not resumed.
349 static final int RESUMED = 5; // Created started and resumed.
459 // have been started and their loaders are finished.
701 * if this fragment is being started by another, and when done wants to
849 * must be both started and not hidden.
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.cc 94 if (state_ >= STARTED) {
106 state_ = STARTED;
invalidation_notifier.h 73 // STARTED state. We never go back to a previous state.
77 STARTED
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 60 private static int STARTED = 4;
245 mState = STARTED;
281 mState = STARTED;
287 if (mState == STARTED) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 266 setPostDialState(PostDialState.STARTED);
278 setPostDialState(PostDialState.STARTED);
616 setPostDialState(PostDialState.STARTED);
686 * Set post dial state and acquire wake lock while switching to "started"
687 * state, the wake lock will be released if state switches out of "started"
692 if (postDialState != PostDialState.STARTED
693 && s == PostDialState.STARTED) {
697 } else if (postDialState == PostDialState.STARTED
698 && s != PostDialState.STARTED) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 235 been started, or this call is not yet
237 STARTED, /* The post dial string playback has begun */
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 64 STARTED,
106 if( STARTED == mState ) {
122 mState = STARTED;
134 if( STARTED != mState ) {
171 if ( STARTED != mState ) {
VideoEditorVideoEncoder.cpp 84 STARTED,
126 if( STARTED == mState ) {
140 mState = STARTED;
151 if( STARTED != mState ) {
190 if ( STARTED != mState ) {
450 STARTED = 0x4,
    [all...]
VideoEditorAudioDecoder.cpp 70 STARTED,
130 if( STARTED == mState ) {
143 mState = STARTED;
156 if( STARTED != mState ) {
215 if ( STARTED != mState ) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 318 setPostDialState(PostDialState.STARTED);
330 setPostDialState(PostDialState.STARTED);
710 setPostDialState(PostDialState.STARTED);
779 * Set post dial state and acquire wake lock while switching to "started" or "wait"
780 * state, the wake lock will be released if state switches out of "started" or "wait"
785 if (s == PostDialState.STARTED ||
  /prebuilt/common/swing-worker/
swing-worker-1.1.jar 
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 781 // Defer start if requested; don't allow it to move to STARTED or higher
782 // if it's not already started.
783 if (f.mDeferStart && f.mState < Fragment.STARTED && newState > Fragment.STOPPED) {
    [all...]
Fragment.java 158 static final int STOPPED = 3; // Fully created, not started.
159 static final int STARTED = 4; // Created and started, not resumed.
160 static final int RESUMED = 5; // Created started and resumed.
273 // have been started and their loaders are finished.
511 * if this fragment is being started by another, and when done wants to
659 * must be both started and not hidden.
745 if (!mUserVisibleHint && isVisibleToUser && mState < STARTED) {
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java     [all...]
  /external/opencv/cv/include/
cv.hpp 385 enum { DONE=0, STARTED=1, CALC_J=2, CHECK_ERR=3 };
  /external/opencv/cv/src/
cvcalibration.cpp 116 state = STARTED;
132 if( state == STARTED )
200 if( state == STARTED )
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 223 // The MMI started dialog can actually be one of 2 items:
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 2431 milliseconds