Searched refs:onSettingRestored (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | SettingsObserver.java | 63 void onSettingRestored(String prevValue, String newValue, int userId); in onSettingRestored() method 140 l.onSettingRestored(prevValue, newValue, userId); in sendSettingRestored()
|
H A D | EnabledComponentsObserver.java | 159 public void onSettingRestored(String prevValue, String newValue, int userId) { in onSettingRestored() method in EnabledComponentsObserver
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 204 service.onSettingRestored( in testBackupAndRestore_migration() 212 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration() 254 service.onSettingRestored( in testBackupAndRestore_migration_preO() 261 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration_preO() 268 service.onSettingRestored( in testBackupAndRestore_migration_preO() 275 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration_preO()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ManagedServices.java | 465 protected void onSettingRestored(String element, String value, int backupSdkInt, int userId) { in onSettingRestored() method in ManagedServices
|
H A D | NotificationManagerService.java | 1676 mListeners.onSettingRestored( 1678 mConditionProviders.onSettingRestored(
|