Searched refs:onSettingRestored (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/vr/ |
D | SettingsObserver.java | 63 void onSettingRestored(String prevValue, String newValue, int userId); in onSettingRestored() method 140 l.onSettingRestored(prevValue, newValue, userId); in sendSettingRestored()
|
D | EnabledComponentsObserver.java | 159 public void onSettingRestored(String prevValue, String newValue, int userId) { in onSettingRestored() method in EnabledComponentsObserver
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ManagedServicesTest.java | 181 service.onSettingRestored( in testBackupAndRestore_migration() 189 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration() 231 service.onSettingRestored( in testBackupAndRestore_migration_preO() 238 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration_preO() 245 service.onSettingRestored( in testBackupAndRestore_migration_preO() 252 service.onSettingRestored(service.getConfig().secondarySettingName, in testBackupAndRestore_migration_preO()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 438 protected void onSettingRestored(String element, String value, int backupSdkInt, int userId) { in onSettingRestored() method in ManagedServices
|
D | NotificationManagerService.java | 1632 mListeners.onSettingRestored( 1634 mConditionProviders.onSettingRestored(
|