Lines Matching refs:mPreferences

145     private ComboPreferences mPreferences;  field in VideoCamera
358 mPreferences = new ComboPreferences(this); in onCreate()
359 CameraSettings.upgradeGlobalPreferences(mPreferences.getGlobal()); in onCreate()
360 mCameraId = CameraSettings.readPreferredCameraId(mPreferences); in onCreate()
368 mPreferences.setLocalId(this, mCameraId); in onCreate()
369 CameraSettings.upgradeLocalPreferences(mPreferences.getLocal()); in onCreate()
721 mPreferences.getString(CameraSettings.KEY_VIDEO_QUALITY, in readVideoPreferences()
748 mEffectType = CameraSettings.readEffectType(mPreferences); in readVideoPreferences()
750 mEffectParameter = CameraSettings.readEffectParameter(mPreferences); in readVideoPreferences()
772 String frameIntervalStr = mPreferences.getString( in readVideoPreferences()
785 ComboPreferences.Editor editor = mPreferences.edit(); in writeDefaultEffectToPrefs()
879 mPreferences, getContentResolver()); in doOnResume()
1484 CameraSettings.writePreferredCameraId(mPreferences, in addBaseMenuItems()
1887 String flashMode = mPreferences.getString( in setCameraParameters()
1902 String whiteBalance = mPreferences.getString( in setCameraParameters()
2090 CameraSettings.restorePreferences(this, mPreferences, in restorePreferences()
2104 synchronized (mPreferences) { in onSharedPreferenceChanged()
2110 mPreferences, getContentResolver()); in onSharedPreferenceChanged()
2117 int cameraId = CameraSettings.readPreferredCameraId(mPreferences); in onSharedPreferenceChanged()
2160 mEffectType = CameraSettings.readEffectType(mPreferences); in updateEffectSelection()
2161 mEffectParameter = CameraSettings.readEffectParameter(mPreferences); in updateEffectSelection()
2167 Log.v(TAG, "New effect selection: " + mPreferences.getString( in updateEffectSelection()
2350 if (mPreferences.getBoolean( in initializeVideoSnapshot()
2433 String value = mPreferences.getString(CameraSettings.KEY_VIDEO_EFFECT, in resetEffect()
2473 Editor editor = mPreferences.edit(); in showTapToSnapshotToast()