Home | History | Annotate | Download | only in filterfw

Lines Matching defs:STATE_STOPPED

733         public static final int STATE_STOPPED = 2;
736 private AtomicInteger mCurrent = new AtomicInteger(STATE_STOPPED);
996 return mState.current() != State.STATE_STOPPED;
1142 if (mState.current() == State.STATE_STOPPED) {
1155 mState.set(State.STATE_STOPPED);
1190 if (mState.current() == State.STATE_STOPPED) {