Searched refs:restorePreferences (Results 1 – 3 of 3) sorted by relevance
2270 restorePreferences(); in onRestorePreferencesClicked()2280 private void restorePreferences() { in restorePreferences() method in Camera2289 CameraSettings.restorePreferences(Camera.this, mPreferences, in restorePreferences()
2069 restorePreferences(); in onRestorePreferencesClicked()2079 private void restorePreferences() { in restorePreferences() method in VideoCamera2089 CameraSettings.restorePreferences(this, mPreferences, in restorePreferences()
421 public static void restorePreferences(Context context, in restorePreferences() method in CameraSettings