Searched refs:stopUserExceptCertainProfiles (Results 1 – 4 of 4) sorted by relevance
723 ActivityManager.getService().stopUserExceptCertainProfiles( in applyUserRestriction()
458 …int stopUserExceptCertainProfiles(int userid, boolean stopProfileRegardlessOfParent, in IStopUserC… in stopUserExceptCertainProfiles() method
2743 int res = mInterface.stopUserExceptCertainProfiles(
16216 return stopUserExceptCertainProfiles(userId, stopProfileRegardlessOfParent, callback); in stopUser()16236 public int stopUserExceptCertainProfiles(@UserIdInt int userId, in stopUserExceptCertainProfiles() method in ActivityManagerService