Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java723 ActivityManager.getService().stopUserExceptCertainProfiles( in applyUserRestriction()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl458 …int stopUserExceptCertainProfiles(int userid, boolean stopProfileRegardlessOfParent, in IStopUserC… in stopUserExceptCertainProfiles() method
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2743 int res = mInterface.stopUserExceptCertainProfiles(
DActivityManagerService.java16216 return stopUserExceptCertainProfiles(userId, stopProfileRegardlessOfParent, callback); in stopUser()
16236 public int stopUserExceptCertainProfiles(@UserIdInt int userId, in stopUserExceptCertainProfiles() method in ActivityManagerService