Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java777 () -> mUserController.stopProfile(TEST_USER_ID1)); in testStopProfile_fullUserFails()
1023 boolean profileStopped = mUserController.stopProfile(userId); in assertProfileLockedOrUnlockedAfterStopping()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl868 boolean stopProfile(int userId); in stopProfile() method
H A DActivityManager.java5003 public boolean stopProfile(@NonNull UserHandle userHandle) { in stopProfile() method in ActivityManager
5005 return getService().stopProfile(userHandle.getIdentifier()); in stopProfile()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java881 boolean stopProfile(final @UserIdInt int userId) {
H A DActivityManagerService.java17307 public boolean stopProfile(@UserIdInt int userId) { in stopProfile() method in ActivityManagerService
17308 return mUserController.stopProfile(userId); in stopProfile()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt546 …ndroid.Manifest.permission.INTERACT_ACROSS_USERS_FULL}) public boolean stopProfile(@NonNull androi…