Searched refs:restoreSettings (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 262 restoreSettings(data, Settings.System.CONTENT_URI, movedToGlobal); in onRestore() 267 restoreSettings(data, Settings.Secure.CONTENT_URI, movedToGlobal); in onRestore() 271 restoreSettings(data, Settings.Global.CONTENT_URI, null); in onRestore() 356 restoreSettings(buffer, nBytes, Settings.System.CONTENT_URI, movedToGlobal); in onRestoreFile() 363 restoreSettings(buffer, nBytes, Settings.Secure.CONTENT_URI, movedToGlobal); in onRestoreFile() 372 restoreSettings(buffer, nBytes, Settings.Global.CONTENT_URI, movedToGlobal); in onRestoreFile() 566 private void restoreSettings(BackupDataInput data, Uri contentUri, in restoreSettings() method in SettingsBackupAgent 575 restoreSettings(settings, settings.length, contentUri, movedToGlobal); in restoreSettings() 578 private void restoreSettings(byte[] settings, int bytes, Uri contentUri, in restoreSettings() method in SettingsBackupAgent
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayWindowSettingsTests.java | 454 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testFixedToUserRotationDefault() 471 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testSetFixedToUserRotationDisabled() 488 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testSetFixedToUserRotationEnabled()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerService.java | 261 restoreSettings(); in OverlayManagerService() 980 private void restoreSettings() { in restoreSettings() method in OverlayManagerService
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayRotation.java | 264 void restoreSettings(int userRotationMode, int userRotation, in restoreSettings() method in DisplayRotation
|
D | DisplayWindowSettings.java | 407 dc.getDisplayRotation().restoreSettings(entry.mUserRotationMode, in applySettingsToDisplayLocked()
|
/frameworks/base/services/ |
D | art-profile | 10042 HSPLcom/android/server/om/OverlayManagerService;->restoreSettings()V 16124 HSPLcom/android/server/wm/DisplayRotation;->restoreSettings(III)V
|