Home | History | Annotate | Download | only in utils

Lines Matching defs:mCurrentState

79     private volatile State mCurrentState = State.NON_INITIALIZED;
93 return mCurrentState == State.INITIALIZED;
102 if (mCurrentState != State.INITIALIZED) {
114 if (mCurrentState != State.INITIALIZED) {
130 if (mCurrentState != State.INITIALIZED) {
145 if (mCurrentState != State.INITIALIZED || !mArtistAlbumDb.containsKey(artist)) {
156 if (mCurrentState != State.INITIALIZED || !mMusicListByAlbum.containsKey(album)) {
167 if (mCurrentState != State.INITIALIZED || !mMusicListByPlaylist.containsKey(playlist)) {
197 if (mCurrentState != State.INITIALIZED) {
221 if (mCurrentState == State.INITIALIZED) {
231 if (mCurrentState == State.INITIALIZED) {
232 return mCurrentState;
234 mCurrentState = State.INITIALIZING;
236 mCurrentState = State.INITIALIZED;
238 mCurrentState = State.NON_INITIALIZED;
240 return mCurrentState;
349 mCurrentState = State.NON_INITIALIZED;