Searched refs:stopProfile (Results 1 – 6 of 6) sorted by relevance
777 () -> mUserController.stopProfile(TEST_USER_ID1)); in testStopProfile_fullUserFails()1023 boolean profileStopped = mUserController.stopProfile(userId); in assertProfileLockedOrUnlockedAfterStopping()
868 boolean stopProfile(int userId); in stopProfile() method
5003 public boolean stopProfile(@NonNull UserHandle userHandle) { in stopProfile() method in ActivityManager5005 return getService().stopProfile(userHandle.getIdentifier()); in stopProfile()
881 boolean stopProfile(final @UserIdInt int userId) {
17307 public boolean stopProfile(@UserIdInt int userId) { in stopProfile() method in ActivityManagerService17308 return mUserController.stopProfile(userId); in stopProfile()
546 …ndroid.Manifest.permission.INTERACT_ACROSS_USERS_FULL}) public boolean stopProfile(@NonNull androi…