Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java1115 if (isNeedToNotifyUserConfigurationHasChanged(configInCloud, storedConfig)) { in restoreSoftApConfiguration()
1124 private boolean isNeedToNotifyUserConfigurationHasChanged(SoftApConfiguration configInCloud, in isNeedToNotifyUserConfigurationHasChanged() method in SettingsBackupAgent