Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java876 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged() argument
879 return areEqual(oldRestrictions, newRestrictions); in restrictionsChanged()
882 if (oldRestrictions.getBoolean(restriction, false) != in restrictionsChanged()