Home | History | Annotate | Download | only in model

Lines Matching defs:mCurrentState

76     private volatile State mCurrentState = State.NON_INITIALIZED;
95 if (mCurrentState != State.INITIALIZED) {
105 if (mCurrentState != State.INITIALIZED || !mMusicListByGenre.containsKey(genre)) {
117 if (mCurrentState != State.INITIALIZED) {
170 return mCurrentState == State.INITIALIZED;
179 if (mCurrentState == State.INITIALIZED) {
190 return mCurrentState;
221 if (mCurrentState == State.NON_INITIALIZED) {
222 mCurrentState = State.INITIALIZING;
239 mCurrentState = State.INITIALIZED;
244 if (mCurrentState != State.INITIALIZED) {
247 mCurrentState = State.NON_INITIALIZED;