Searched refs:mRecordState (Results 1 – 2 of 2) sorted by relevance
77 private int mRecordState = FmRecorder.STATE_INVALID; field in FmRecordActivity111 mRecordState = savedInstanceState.getInt("last_record_state"); in onCreate()116 mRecordState = intent.getIntExtra("last_record_state", FmRecorder.STATE_INVALID); in onCreate()273 outState.putInt("last_record_state", mRecordState); in onSaveInstanceState()388 + ", mRecordState = " + mRecordState);389 if (mRecordState == FmRecorder.STATE_INVALID391 mRecordState = FmRecorder.STATE_RECORDING;392 } else if (mRecordState == FmRecorder.STATE_RECORDING394 mRecordState = FmRecorder.STATE_IDLE;522 return mRecordState == FmRecorder.STATE_RECORDING; in isStartRecording()[all …]
114 private int mRecordState = FmRecorder.STATE_INVALID; field in FmService640 if (mRecordState != FmRecorder.STATE_PLAYBACK) { in playFrequency()1873 mRecordState = state; in onRecorderStateChanged()2394 if (mRecordState != FmRecorder.STATE_PLAYBACK) { in handleMessage()