Home
last modified time | relevance | path

Searched refs:setLocalId (Results 1 – 8 of 8) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java428 preferences.setLocalId(context, backCameraId); in restorePreferences()
435 preferences.setLocalId(context, frontCameraId); in restorePreferences()
443 preferences.setLocalId(context, currentCameraId); in restorePreferences()
DComboPreferences.java53 public void setLocalId(Context context, int cameraId) { in setLocalId() method in ComboPreferences
DCamera.java1144 mPreferences.setLocalId(this, mCameraId); in onCreate()
DVideoCamera.java368 mPreferences.setLocalId(this, mCameraId); in onCreate()
/packages/apps/Camera/src/com/android/camera/
DCameraSettings.java501 preferences.setLocalId(context, backCameraId); in restorePreferences()
508 preferences.setLocalId(context, frontCameraId); in restorePreferences()
516 preferences.setLocalId(context, currentCameraId); in restorePreferences()
DComboPreferences.java119 public void setLocalId(Context context, int cameraId) { in setLocalId() method in ComboPreferences
DPhotoModule.java487 mPreferences.setLocalId(mActivity, mCameraId); in init()
2311 mPreferences.setLocalId(mActivity, mCameraId); in switchCamera()
DVideoModule.java424 mPreferences.setLocalId(mActivity, mCameraId); in init()
2298 mPreferences.setLocalId(mActivity, mCameraId); in switchCamera()