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.java873 public static boolean restrictionsChanged(Bundle oldRestrictions, Bundle newRestrictions, in restrictionsChanged() argument
876 return areEqual(oldRestrictions, newRestrictions); in restrictionsChanged()
879 if (oldRestrictions.getBoolean(restriction, false) != in restrictionsChanged()