Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1092 getRestrictionDiff(prevRestrictions, newRestrictions); in startWatchingUserRestrictionChanges()
1178 private static Set<String> getRestrictionDiff(Bundle prevRestrictions, Bundle newRestrictions) { in getRestrictionDiff() method in SettingsProvider