Home
last modified time | relevance | path

Searched refs:onSettingRestored (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/vr/
DSettingsObserver.java63 void onSettingRestored(String prevValue, String newValue, int userId); in onSettingRestored() method
140 l.onSettingRestored(prevValue, newValue, userId); in sendSettingRestored()
DEnabledComponentsObserver.java159 public void onSettingRestored(String prevValue, String newValue, int userId) { in onSettingRestored() method in EnabledComponentsObserver
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java177 service.onSettingRestored( in testBackupAndRestore_migration()
185 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration()
227 service.onSettingRestored( in testBackupAndRestore_migration_preO()
234 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration_preO()
241 service.onSettingRestored( in testBackupAndRestore_migration_preO()
249 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration_preO()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java406 protected void onSettingRestored(String element, String value, int backupSdkInt, int userId) { in onSettingRestored() method in ManagedServices
DNotificationManagerService.java1383 mListeners.onSettingRestored(
1385 mConditionProviders.onSettingRestored(