Home | History | Annotate | Download | only in model

Lines Matching defs:mCurrentState

76     private volatile State mCurrentState = State.NON_INITIALIZED;
94 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;
219 if (mCurrentState == State.NON_INITIALIZED) {
220 mCurrentState = State.INITIALIZING;
237 mCurrentState = State.INITIALIZED;
242 if (mCurrentState != State.INITIALIZED) {
245 mCurrentState = State.NON_INITIALIZED;