Home
last modified time | relevance | path

Searched defs:restoreSettings (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationSettings.java140 public void restoreSettings(@NonNull TypedXmlPullParser parser, in restoreSettings() method in DomainVerificationSettings
H A DDomainVerificationManagerInternal.java322 void restoreSettings(@NonNull TypedXmlPullParser parser) in restoreSettings() method
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java717 private void restoreSettings( in restoreSettings() method in SettingsBackupAgent
743 private void restoreSettings( in restoreSettings() method in SettingsBackupAgent
765 void restoreSettings( in restoreSettings() method in SettingsBackupAgent
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerService.java1530 private void restoreSettings() { in restoreSettings() method in OverlayManagerService
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java809 void restoreSettings(int userRotationMode, int userRotation, int fixedToUserRotation) { in restoreSettings() method in DisplayRotation