Searched refs:restoreSettings (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 312 restoreSettings(data, Settings.System.CONTENT_URI, movedToGlobal, in onRestore() 320 restoreSettings( in onRestore() 331 restoreSettings( in onRestore() 434 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal, in onRestoreFile() 443 restoreSettings( in onRestoreFile() 459 restoreSettings(buffer, nBytes, Settings.Global.CONTENT_URI, movedToGlobal, in onRestoreFile() 696 private void restoreSettings( in restoreSettings() method in SettingsBackupAgent 711 restoreSettings( in restoreSettings() 722 private void restoreSettings( in restoreSettings() method in SettingsBackupAgent 731 restoreSettings( in restoreSettings() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayWindowSettingsTests.java | 415 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testFixedToUserRotationDefault() 429 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testSetFixedToUserRotationDisabled() 443 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testSetFixedToUserRotationEnabled()
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsBackupAgentTest.java | 208 …mAgentUnderTest.restoreSettings(backupData, /* pos */ 0, backupData.length, TEST_URI, new HashSet<… in testOnRestore_preservedSettingsAreNotRestored()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerService.java | 270 restoreSettings(); in OverlayManagerService() 1021 private void restoreSettings() { in restoreSettings() method in OverlayManagerService
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayWindowSettings.java | 385 dc.getDisplayRotation().restoreSettings(entry.mUserRotationMode, in applySettingsToDisplayLocked()
|
D | DisplayRotation.java | 757 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() method in DisplayRotation
|
/frameworks/base/services/ |
D | art-profile | 22698 HSPLcom/android/server/om/OverlayManagerService;->restoreSettings()V 36774 HSPLcom/android/server/wm/DisplayRotation;->restoreSettings(III)V
|