Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2264 private void dispatchAppRestrictionLevelChanges(int uid, String pkgName, in dispatchAppRestrictionLevelChanges() method in AppRestrictionController
3075 c.dispatchAppRestrictionLevelChanges(msg.arg1, (String) msg.obj, msg.arg2); in handleMessage()