Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java863 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged() argument
866 return areEqual(oldRestrictions, newRestrictions); in restrictionsChanged()
869 if (oldRestrictions.getBoolean(restriction, false) != in restrictionsChanged()